+ Collaboration diagram for DSPI Instruction Size:

Macros

#define DSPI_INSTSIZE_08_BITS   ((uint32_t)0x01)
 8-bit Instruction
More...
 
#define DSPI_INSTSIZE_16_BITS   ((uint32_t)0x02)
 16-bit Instruction
More...
 
#define DSPI_INSTSIZE_32_BITS   ((uint32_t)0x03)
 32-bit Instruction
More...
 

Detailed Description

Macro Definition Documentation

◆ DSPI_INSTSIZE_08_BITS

#define DSPI_INSTSIZE_08_BITS   ((uint32_t)0x01)

8-bit Instruction

Definition at line 237 of file gr55xx_hal_dspi.h.

◆ DSPI_INSTSIZE_16_BITS

#define DSPI_INSTSIZE_16_BITS   ((uint32_t)0x02)

16-bit Instruction

Definition at line 238 of file gr55xx_hal_dspi.h.

◆ DSPI_INSTSIZE_32_BITS

#define DSPI_INSTSIZE_32_BITS   ((uint32_t)0x03)

32-bit Instruction

Definition at line 239 of file gr55xx_hal_dspi.h.