_dspi_command_t Struct Reference

DSPI command Structure definition. More...

#include <gr55xx_hal_dspi.h>

Public Attributes

uint32_t instruction
 
uint32_t instruction_size
 
uint32_t data_size
 
uint32_t length
 

Detailed Description

DSPI command Structure definition.

Definition at line 160 of file gr55xx_hal_dspi.h.

Member Data Documentation

◆ data_size

uint32_t _dspi_command_t::data_size

Specifies the DSPI data width. This parameter can be a value of Data Width.

Definition at line 168 of file gr55xx_hal_dspi.h.

◆ instruction

uint32_t _dspi_command_t::instruction

Specifies the Instruction to be sent. This parameter can be a value (8-bit, 16bit, 32 bit).

Definition at line 162 of file gr55xx_hal_dspi.h.

◆ instruction_size

uint32_t _dspi_command_t::instruction_size

Specifies the Instruction Size. This parameter can be a value of DSPI Instruction Size.

Definition at line 165 of file gr55xx_hal_dspi.h.

◆ length

uint32_t _dspi_command_t::length

Specifies the number of data to transfer. (This is the number of bytes). This parameter can be any value between 0 and 0xFFFFFFFF (0 means undefined length until end of memory).

Definition at line 171 of file gr55xx_hal_dspi.h.


The documentation for this struct was generated from the following file: