ChibiOS/HAL  7.0.3
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. More...
 

Detailed Description

Driver configuration structure.

Definition at line 138 of file hal_wspi.h.

Field Documentation

wspicallback_t hal_wspi_config::end_cb

Operation complete callback or NULL.

Definition at line 142 of file hal_wspi.h.

Referenced by wspiCommand(), wspiReceive(), and wspiSend().