ChibiOS/HAL
6.1.0
|
Driver configuration structure. More...
#include <hal_qspi_lld.h>
Data Fields | |
qspicallback_t | end_cb |
Operation complete callback or NULL . More... | |
Driver configuration structure.
Definition at line 83 of file hal_qspi_lld.h.
qspicallback_t QSPIConfig::end_cb |
Operation complete callback or NULL
.
Definition at line 87 of file hal_qspi_lld.h.
Referenced by qspiCommand(), qspiReceive(), and qspiSend().