ChibiOS/HAL 9.0.0
|
Structure representing an WSPI driver. More...
#include <hal_wspi.h>
Data Fields | |
wspistate_t | state |
Driver state. | |
const WSPIConfig * | config |
Current configuration data. | |
thread_reference_t | thread |
Waiting thread. | |
mutex_t | mutex |
Mutex protecting the peripheral. |
Structure representing an WSPI driver.
Definition at line 155 of file hal_wspi.h.
wspistate_t hal_wspi_driver::state |
Driver state.
Definition at line 159 of file hal_wspi.h.
Referenced by wspi_lld_start(), wspi_lld_stop(), wspiCommand(), wspiMapFlash(), wspiObjectInit(), wspiReceive(), wspiSend(), wspiStart(), wspiStartCommand(), wspiStartReceive(), wspiStartSend(), wspiStop(), and wspiUnmapFlash().
const WSPIConfig* hal_wspi_driver::config |
Current configuration data.
Definition at line 163 of file hal_wspi.h.
Referenced by wspiCommand(), wspiObjectInit(), wspiReceive(), wspiSend(), wspiStart(), and wspiStop().
thread_reference_t hal_wspi_driver::thread |
Waiting thread.
Definition at line 168 of file hal_wspi.h.
Referenced by wspiCommand(), wspiObjectInit(), wspiReceive(), and wspiSend().
mutex_t hal_wspi_driver::mutex |
Mutex protecting the peripheral.
Definition at line 174 of file hal_wspi.h.
Referenced by wspiAcquireBus(), wspiObjectInit(), and wspiReleaseBus().