Macros

#define LL_DSPI_BAUD_RATE_2P1PCLK   (0x0 << DSPI_CR1_BAUD_Pos)
 
#define LL_DSPI_BAUD_RATE_4P1PCLK   (0x1 << DSPI_CR1_BAUD_Pos)
 
#define LL_DSPI_BAUD_RATE_8P1PCLK   (0x2 << DSPI_CR1_BAUD_Pos)
 
#define LL_DSPI_BAUD_RATE_16P1PCLK   (0x3 << DSPI_CR1_BAUD_Pos)
 
#define LL_DSPI_BAUD_RATE_32P1PCLK   (0x4 << DSPI_CR1_BAUD_Pos)
 
#define LL_DSPI_BAUD_RATE_64P1PCLK   (0x5 << DSPI_CR1_BAUD_Pos)
 
#define LL_DSPI_BAUD_RATE_128P1PCLK   (0x6 << DSPI_CR1_BAUD_Pos)
 
#define LL_DSPI_BAUD_RATE_256PCLK   (0x7 << DSPI_CR1_BAUD_Pos)
 

Detailed Description

Macro Definition Documentation

◆ LL_DSPI_BAUD_RATE_128P1PCLK

#define LL_DSPI_BAUD_RATE_128P1PCLK   (0x6 << DSPI_CR1_BAUD_Pos)

DSPI Baud rate fPCLK / 128

Definition at line 220 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_BAUD_RATE_16P1PCLK

#define LL_DSPI_BAUD_RATE_16P1PCLK   (0x3 << DSPI_CR1_BAUD_Pos)

DSPI Baud rate fPCLK / 16

Definition at line 217 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_BAUD_RATE_256PCLK

#define LL_DSPI_BAUD_RATE_256PCLK   (0x7 << DSPI_CR1_BAUD_Pos)

DSPI Baud rate fPCLK / 256

Definition at line 221 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_BAUD_RATE_2P1PCLK

#define LL_DSPI_BAUD_RATE_2P1PCLK   (0x0 << DSPI_CR1_BAUD_Pos)

DSPI Baud rate fPCLK / 2

Definition at line 214 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_BAUD_RATE_32P1PCLK

#define LL_DSPI_BAUD_RATE_32P1PCLK   (0x4 << DSPI_CR1_BAUD_Pos)

DSPI Baud rate fPCLK / 32

Definition at line 218 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_BAUD_RATE_4P1PCLK

#define LL_DSPI_BAUD_RATE_4P1PCLK   (0x1 << DSPI_CR1_BAUD_Pos)

DSPI Baud rate fPCLK / 4

Definition at line 215 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_BAUD_RATE_64P1PCLK

#define LL_DSPI_BAUD_RATE_64P1PCLK   (0x5 << DSPI_CR1_BAUD_Pos)

DSPI Baud rate fPCLK / 64

Definition at line 219 of file gr55xx_ll_dspi.h.

◆ LL_DSPI_BAUD_RATE_8P1PCLK

#define LL_DSPI_BAUD_RATE_8P1PCLK   (0x2 << DSPI_CR1_BAUD_Pos)

DSPI Baud rate fPCLK / 8

Definition at line 216 of file gr55xx_ll_dspi.h.