ChibiOS/HAL 9.0.0
|
Driver configuration structure. More...
#include <hal_wspi.h>
Data Fields | |
wspicallback_t | end_cb |
Operation complete callback or NULL . | |
wspicallback_t | error_cb |
Operation error callback or NULL . |
Driver configuration structure.
Definition at line 139 of file hal_wspi.h.
wspicallback_t hal_wspi_config::end_cb |
Operation complete callback or NULL
.
Definition at line 143 of file hal_wspi.h.
Referenced by wspiCommand(), wspiReceive(), and wspiSend().
wspicallback_t hal_wspi_config::error_cb |
Operation error callback or NULL
.
Definition at line 147 of file hal_wspi.h.