Macros

#define DSPI_INSTSIZE_08_BITS   ((uint32_t)0x01)
 
#define DSPI_INSTSIZE_16_BITS   ((uint32_t)0x02)
 
#define DSPI_INSTSIZE_32_BITS   ((uint32_t)0x03)
 

Detailed Description

Macro Definition Documentation

◆ DSPI_INSTSIZE_08_BITS

#define DSPI_INSTSIZE_08_BITS   ((uint32_t)0x01)

8-bit Instruction

Definition at line 250 of file gr55xx_hal_dspi.h.

◆ DSPI_INSTSIZE_16_BITS

#define DSPI_INSTSIZE_16_BITS   ((uint32_t)0x02)

16-bit Instruction

Definition at line 251 of file gr55xx_hal_dspi.h.

◆ DSPI_INSTSIZE_32_BITS

#define DSPI_INSTSIZE_32_BITS   ((uint32_t)0x03)

32-bit Instruction

Definition at line 252 of file gr55xx_hal_dspi.h.