ChibiOS 21.11.4

SNOR command configuration structure. More...

#include <hal_xsnor_base.h>

Collaboration diagram for xsnor_commands:
Collaboration graph

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.

Detailed Description

SNOR command configuration structure.

Definition at line 195 of file hal_xsnor_base.h.

Field Documentation

◆ cmd

uint32_t xsnor_commands::cmd

Command only.

Definition at line 199 of file hal_xsnor_base.h.

◆ cmd_addr

uint32_t xsnor_commands::cmd_addr

Command and address.

Definition at line 203 of file hal_xsnor_base.h.

◆ cmd_data

uint32_t xsnor_commands::cmd_data

Command and data.

Definition at line 207 of file hal_xsnor_base.h.

◆ cmd_addr_data

uint32_t xsnor_commands::cmd_addr_data

Command, address and data.

Definition at line 211 of file hal_xsnor_base.h.