ChibiOS/HAL 9.0.0
hal_wspi_config Struct Reference

Driver configuration structure. More...

#include <hal_wspi.h>

Collaboration diagram for hal_wspi_config:
Collaboration graph

Data Fields

wspicallback_t end_cb
 Operation complete callback or NULL.
wspicallback_t error_cb
 Operation error callback or NULL.

Detailed Description

Driver configuration structure.

Definition at line 139 of file hal_wspi.h.

Field Documentation

◆ end_cb

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().

◆ error_cb

wspicallback_t hal_wspi_config::error_cb

Operation error callback or NULL.

Definition at line 147 of file hal_wspi.h.