ChibiOS/HAL
7.0.3
|
Structure representing an SPI driver. More...
#include <hal_spi.h>
Data Fields | |
spistate_t | state |
Driver state. More... | |
const SPIConfig * | config |
Current configuration data. More... | |
thread_reference_t | thread |
Waiting thread. More... | |
mutex_t | mutex |
Mutex protecting the peripheral. More... | |
spistate_t hal_spi_driver::state |
Driver state.
Definition at line 196 of file hal_spi.h.
Referenced by spi_lld_start(), spi_lld_stop(), spiAbort(), spiAbortI(), spiExchange(), spiIgnore(), spiObjectInit(), spiReceive(), spiSelect(), spiSend(), spiStart(), spiStartExchange(), spiStartIgnore(), spiStartReceive(), spiStartSend(), spiStop(), and spiUnselect().
const SPIConfig* hal_spi_driver::config |
Current configuration data.
Definition at line 200 of file hal_spi.h.
Referenced by spiExchange(), spiIgnore(), spiObjectInit(), spiReceive(), spiSend(), spiStart(), and spiStop().
thread_reference_t hal_spi_driver::thread |
Waiting thread.
Definition at line 205 of file hal_spi.h.
Referenced by spiAbortI(), spiExchange(), spiIgnore(), spiObjectInit(), spiReceive(), and spiSend().
mutex_t hal_spi_driver::mutex |
Mutex protecting the peripheral.
Definition at line 211 of file hal_spi.h.
Referenced by spiAcquireBus(), spiObjectInit(), and spiReleaseBus().