ChibiOS/HAL
7.0.3
|
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 100 of file hal_wspi.h.
uint32_t wspi_command_t::cfg |
Transfer configuration field.
Definition at line 104 of file hal_wspi.h.
Referenced by bus_cmd(), bus_cmd_addr(), bus_cmd_addr_dummy_receive(), bus_cmd_addr_receive(), bus_cmd_addr_send(), bus_cmd_dummy_receive(), bus_cmd_receive(), bus_cmd_send(), wspiCommand(), wspiMapFlash(), wspiReceive(), and wspiSend().
uint32_t wspi_command_t::cmd |
Command phase data.
Definition at line 108 of file hal_wspi.h.
Referenced by bus_cmd(), bus_cmd_addr(), bus_cmd_addr_dummy_receive(), bus_cmd_addr_receive(), bus_cmd_addr_send(), bus_cmd_dummy_receive(), bus_cmd_receive(), and bus_cmd_send().
uint32_t wspi_command_t::addr |
Address phase data.
Definition at line 112 of file hal_wspi.h.
Referenced by bus_cmd(), bus_cmd_addr(), bus_cmd_addr_dummy_receive(), bus_cmd_addr_receive(), bus_cmd_addr_send(), bus_cmd_dummy_receive(), bus_cmd_receive(), and bus_cmd_send().
uint32_t wspi_command_t::alt |
Alternate phase data.
Definition at line 116 of file hal_wspi.h.
Referenced by bus_cmd(), bus_cmd_addr(), bus_cmd_addr_dummy_receive(), bus_cmd_addr_receive(), bus_cmd_addr_send(), bus_cmd_dummy_receive(), bus_cmd_receive(), and bus_cmd_send().
uint32_t wspi_command_t::dummy |
Number of dummy cycles to be inserted.
Definition at line 120 of file hal_wspi.h.
Referenced by bus_cmd(), bus_cmd_addr(), bus_cmd_addr_dummy_receive(), bus_cmd_addr_receive(), bus_cmd_addr_send(), bus_cmd_dummy_receive(), bus_cmd_receive(), and bus_cmd_send().