ChibiOS/HAL  7.0.3
wspi_command_t Struct Reference

Type of a WSPI command descriptor. More...

#include <hal_wspi.h>

Collaboration diagram for wspi_command_t:
Collaboration graph

Data Fields

uint32_t cfg
 Transfer configuration field. More...
 
uint32_t cmd
 Command phase data. More...
 
uint32_t addr
 Address phase data. More...
 
uint32_t alt
 Alternate phase data. More...
 
uint32_t dummy
 Number of dummy cycles to be inserted. More...
 

Detailed Description

Type of a WSPI command descriptor.

Definition at line 100 of file hal_wspi.h.

Field Documentation

uint32_t wspi_command_t::cmd
uint32_t wspi_command_t::addr
uint32_t wspi_command_t::alt
uint32_t wspi_command_t::dummy