![]() |
Synergy Software Package User's Manual
|
RTOS-integrated SPI Framework Interface. More...
Data Structures | |
| struct | sf_spi_bus_t |
| struct | sf_spi_cfg_t |
| struct | sf_spi_api_t |
| struct | sf_spi_instance_t |
Typedefs | |
| typedef void | sf_spi_ctrl_t |
Enumerations | |
| enum | sf_spi_dev_state_t { SF_SPI_DEV_STATE_CLOSED = 0, SF_SPI_DEV_STATE_OPENED } |
RTOS-integrated SPI Framework Interface.
This SSP Interface provides access to the ThreadX-aware SPI Framework. The Interface is implemented by the SPI Framework.
Related SSP architecture topics:
SPI Framework Interface description: SPI Framework
| typedef void sf_spi_ctrl_t |
SPI framework control block. Allocate an instance specific control block to pass into the SPI framework API calls.
| enum sf_spi_dev_state_t |