ChibiOS/HAL 9.0.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.
uint32_t cmd
 Command phase data.
uint32_t addr
 Address phase data.
uint32_t alt
 Alternate phase data.
uint32_t dummy
 Number of dummy cycles to be inserted.

Detailed Description

Type of a WSPI command descriptor.

Definition at line 101 of file hal_wspi.h.

Field Documentation

◆ cfg

◆ cmd

◆ addr

◆ alt

◆ dummy