Definitions related to Serial Peripheral Interfaces. More...
Data Structures | |
struct | ltrx_spi_descriptor |
Describes input and output buffers for data transfer. More... | |
struct | ltrx_spi_protocol |
Represents a SPI protocol for registration. More... | |
Functions | |
void | ltrx_spi_close (uint16_t zeroBasedSPI) |
Relinquish a Serial Peripheral Interface previously opened. More... | |
bool | ltrx_spi_open (uint16_t zeroBasedSPI, uint32_t blockTimeMsec) |
Open a Serial Peripheral Interface for exclusive use. More... | |
void | ltrx_spi_register_protocol (const struct ltrx_spi_protocol *lsp) |
Register a SPI protocol. More... | |
bool | ltrx_spi_transfer (uint16_t zeroBasedSPI, const struct ltrx_spi_descriptor *descriptor) |
Transfer data. More... | |
Definitions related to Serial Peripheral Interfaces.