ChibiOS
21.6.0
|
Type of a WSPI command descriptor. More...
#include <hal_wspi.h>
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... | |
Type of a WSPI command descriptor.
Definition at line 101 of file hal_wspi.h.
uint32_t wspi_command_t::cfg |
Transfer configuration field.
Definition at line 105 of file hal_wspi.h.
Referenced by wspiCommand(), wspiMapFlash(), wspiReceive(), and wspiSend().
uint32_t wspi_command_t::cmd |
Command phase data.
Definition at line 109 of file hal_wspi.h.
uint32_t wspi_command_t::addr |
Address phase data.
Definition at line 113 of file hal_wspi.h.
uint32_t wspi_command_t::alt |
Alternate phase data.
Definition at line 117 of file hal_wspi.h.
uint32_t wspi_command_t::dummy |
Number of dummy cycles to be inserted.
Definition at line 121 of file hal_wspi.h.