ChibiOS/HAL
6.1.0
|
Structure representing an QSPI driver. More...
#include <hal_qspi_lld.h>
Data Fields | |
qspistate_t | state |
Driver state. More... | |
const QSPIConfig * | config |
Current configuration data. More... | |
thread_reference_t | thread |
Waiting thread. More... | |
mutex_t | mutex |
Mutex protecting the peripheral. More... | |
Structure representing an QSPI driver.
Definition at line 94 of file hal_qspi_lld.h.
qspistate_t QSPIDriver::state |
Driver state.
Definition at line 98 of file hal_qspi_lld.h.
Referenced by qspi_lld_start(), qspi_lld_stop(), qspiCommand(), qspiMapFlash(), qspiObjectInit(), qspiReceive(), qspiSend(), qspiStart(), qspiStartCommand(), qspiStartReceive(), qspiStartSend(), qspiStop(), and qspiUnmapFlash().
const QSPIConfig* QSPIDriver::config |
Current configuration data.
Definition at line 102 of file hal_qspi_lld.h.
Referenced by qspiCommand(), qspiObjectInit(), qspiReceive(), qspiSend(), qspiStart(), and qspiStop().
thread_reference_t QSPIDriver::thread |
Waiting thread.
Definition at line 107 of file hal_qspi_lld.h.
Referenced by qspiCommand(), qspiObjectInit(), qspiReceive(), and qspiSend().
mutex_t QSPIDriver::mutex |
Mutex protecting the peripheral.
Definition at line 113 of file hal_qspi_lld.h.
Referenced by qspiAcquireBus(), qspiObjectInit(), and qspiReleaseBus().