ChibiOS  21.6.0
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 101 of file hal_wspi.h.

Field Documentation

◆ cfg

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().

◆ cmd

uint32_t wspi_command_t::cmd

Command phase data.

Definition at line 109 of file hal_wspi.h.

◆ addr

uint32_t wspi_command_t::addr

Address phase data.

Definition at line 113 of file hal_wspi.h.

◆ alt

uint32_t wspi_command_t::alt

Alternate phase data.

Definition at line 117 of file hal_wspi.h.

◆ dummy

uint32_t wspi_command_t::dummy

Number of dummy cycles to be inserted.

Definition at line 121 of file hal_wspi.h.