From 595c3cb881c14a28d37a8a9a3e4aadc79285a673 Mon Sep 17 00:00:00 2001 From: joeycastillo Date: Sat, 5 Feb 2022 18:37:05 +0000 Subject: deploy: c74cacd34f68f2897fbd63e2ba90831f87cbad49 --- group__spi.html | 45 ++++++++++++++++++++++----------------------- 1 file changed, 22 insertions(+), 23 deletions(-) (limited to 'group__spi.html') diff --git a/group__spi.html b/group__spi.html index 487837ea..50ee7a56 100644 --- a/group__spi.html +++ b/group__spi.html @@ -2,8 +2,8 @@ - - + + Sensor Watch: SPI Controller Driver @@ -19,10 +19,9 @@
- - + @@ -31,21 +30,22 @@
-
Sensor Watch -  0.0.0 +
+
Sensor Watch 0.0.0
A board replacement for the classic Casio F-91W wristwatch, powered by a Microchip SAM L22 microcontroller.
- + +/* @license-end */ + @@ -65,22 +65,21 @@ $(function() {
-
-
SPI Controller Driver
+
SPI Controller Driver

This section covers functions related to the SAM L22's built-in SPI driver, including configuring the SPI bus and writing to / reading from devices. More...

- - + - + @@ -94,9 +93,9 @@ void 

+

Functions

-void watch_enable_spi (void)
+void watch_enable_spi (void)
 Enables the SPI peripheral. Call this before attempting to interface with SPI devices.
 
-void watch_disable_spi (void)
+void watch_disable_spi (void)
 Disables the SPI peripheral.
 
bool watch_spi_write (const uint8_t *buf, uint16_t length)
 

Detailed Description

-

This section covers functions related to the SAM L22's built-in SPI driver, including configuring the SPI bus and writing to / reading from devices.

+

This section covers functions related to the SAM L22's built-in SPI driver, including configuring the SPI bus and writing to / reading from devices.

Function Documentation

- +

◆ watch_spi_read()

@@ -134,7 +133,7 @@ void  +

◆ watch_spi_transfer()

@@ -179,7 +178,7 @@ void  +

◆ watch_spi_write()

@@ -220,7 +219,7 @@ void  -- cgit v1.2.3