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 |
DSPI command Structure definition.
Definition at line 160 of file gr55xx_hal_dspi.h.
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.
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.
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.
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.