ao_spi_3.h
SPI 3

Include

ao_spi.h
ao_sys.h
stdbool.h
xc.h

Configuration

AO_SPI_3

#define AO_SPI_3 (false)

Defines whether to use the module.

Constants

AO_SPI_BAUD_MAX_3

AO_SPI_BAUD_MIN_3

#define AO_SPI_BAUD_MAX_3 AO_SPI_BAUD_MAX(AO_SYS_CLOCK_SPI3)
#define AO_SPI_BAUD_MIN_3 AO_SPI_BAUD_MIN(AO_SYS_CLOCK_SPI3)

The maximum and minimum baud rate, in bits per second.

Functions

ao_spi_baud_3

#define ao_spi_baud_3(f)   \
{                          \
    ao_spi_baud            \
    (                      \
        ao_spi_reg_3(),    \
        AO_SYS_CLOCK_SPI3, \
        f                  \
    );                     \
}

Sets up the baud rate, in bits per second.

ao_spi_reg_3

#define ao_spi_reg_3()     \
(                          \
    (ao_spi_reg_t *)       \
    (                      \
        _SPI3_BASE_ADDRESS \
    )                      \
)

Gets the control registers.