STM32L443xx HAL User Manual
|
Defines | |
#define | LL_SPI_RX_FIFO_TH_HALF 0x00000000U |
#define | LL_SPI_RX_FIFO_TH_QUARTER (SPI_CR2_FRXTH) |
#define LL_SPI_RX_FIFO_TH_HALF 0x00000000U |
RXNE event is generated if FIFO level is greater than or equal to 1/2 (16-bit)
Definition at line 268 of file stm32l4xx_ll_spi.h.
#define LL_SPI_RX_FIFO_TH_QUARTER (SPI_CR2_FRXTH) |
RXNE event is generated if FIFO level is greater than or equal to 1/4 (8-bit)
Definition at line 269 of file stm32l4xx_ll_spi.h.
Referenced by LL_SPI_Init().