InitStrcut default configuartion

Macros

#define LL_DSPI_DEFAULT_CONFIG
 LL DSPI InitStrcut default configuartion. More...
 

Detailed Description

Macro Definition Documentation

◆ LL_DSPI_DEFAULT_CONFIG

#define LL_DSPI_DEFAULT_CONFIG
Value:
{ \
.transmit_format = LL_DSPI_TF_MSB_FIRST, \
.data_size = LL_DSPI_DATASIZE_8BIT, \
.dspi_mode = LL_DSPI_PROT_MODE_4W1L, \
.baud_rate = LL_DSPI_BAUD_RATE_8P1PCLK, \
}

LL DSPI InitStrcut default configuartion.

Definition at line 281 of file gr55xx_ll_dspi.h.

LL_DSPI_DATASIZE_8BIT
#define LL_DSPI_DATASIZE_8BIT
Definition: gr55xx_ll_dspi.h:163
LL_DSPI_PROT_MODE_4W1L
#define LL_DSPI_PROT_MODE_4W1L
Definition: gr55xx_ll_dspi.h:145
LL_DSPI_BAUD_RATE_8P1PCLK
#define LL_DSPI_BAUD_RATE_8P1PCLK
Definition: gr55xx_ll_dspi.h:216
LL_DSPI_TF_MSB_FIRST
#define LL_DSPI_TF_MSB_FIRST
Definition: gr55xx_ll_dspi.h:152