ChibiOS/HAL  7.0.3
hal_wspi_driver Struct Reference

Structure representing an WSPI driver. More...

#include <hal_wspi.h>

Collaboration diagram for hal_wspi_driver:
Collaboration graph

Data Fields

wspistate_t state
 Driver state. More...
 
const WSPIConfigconfig
 Current configuration data. More...
 
thread_reference_t thread
 Waiting thread. More...
 
mutex_t mutex
 Mutex protecting the peripheral. More...
 

Detailed Description

Structure representing an WSPI driver.

Definition at line 150 of file hal_wspi.h.

Field Documentation

const WSPIConfig* hal_wspi_driver::config

Current configuration data.

Definition at line 158 of file hal_wspi.h.

Referenced by wspiCommand(), wspiObjectInit(), wspiReceive(), wspiSend(), wspiStart(), and wspiStop().

thread_reference_t hal_wspi_driver::thread

Waiting thread.

Definition at line 163 of file hal_wspi.h.

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

mutex_t hal_wspi_driver::mutex

Mutex protecting the peripheral.

Definition at line 169 of file hal_wspi.h.

Referenced by wspiAcquireBus(), wspiObjectInit(), and wspiReleaseBus().