|
ChibiOS 21.11.4
|
SNOR command configuration structure. More...
#include <hal_xsnor_base.h>

Data Fields | |
| uint32_t | cmd |
| Command only. | |
| uint32_t | cmd_addr |
| Command and address. | |
| uint32_t | cmd_data |
| Command and data. | |
| uint32_t | cmd_addr_data |
| Command, address and data. | |
SNOR command configuration structure.
Definition at line 195 of file hal_xsnor_base.h.
| uint32_t xsnor_commands::cmd |
Command only.
Definition at line 199 of file hal_xsnor_base.h.
| uint32_t xsnor_commands::cmd_addr |
Command and address.
Definition at line 203 of file hal_xsnor_base.h.
| uint32_t xsnor_commands::cmd_data |
Command and data.
Definition at line 207 of file hal_xsnor_base.h.
| uint32_t xsnor_commands::cmd_addr_data |
Command, address and data.
Definition at line 211 of file hal_xsnor_base.h.