STM32H735xx HAL User Manual
Defines
RxFIFO Packing LeVel
SPI Exported Constants

Defines

#define LL_SPI_RX_FIFO_0PACKET   (0x00000000UL) /* 0 or multiple of 4 packet available is the RxFIFO */
#define LL_SPI_RX_FIFO_1PACKET   (SPI_SR_RXPLVL_0)
#define LL_SPI_RX_FIFO_2PACKET   (SPI_SR_RXPLVL_1)
#define LL_SPI_RX_FIFO_3PACKET   (SPI_SR_RXPLVL_1 | SPI_SR_RXPLVL_0)

Define Documentation

#define LL_SPI_RX_FIFO_0PACKET   (0x00000000UL) /* 0 or multiple of 4 packet available is the RxFIFO */

Definition at line 493 of file stm32h7xx_ll_spi.h.

#define LL_SPI_RX_FIFO_1PACKET   (SPI_SR_RXPLVL_0)

Definition at line 494 of file stm32h7xx_ll_spi.h.

#define LL_SPI_RX_FIFO_2PACKET   (SPI_SR_RXPLVL_1)

Definition at line 495 of file stm32h7xx_ll_spi.h.

#define LL_SPI_RX_FIFO_3PACKET   (SPI_SR_RXPLVL_1 | SPI_SR_RXPLVL_0)

Definition at line 496 of file stm32h7xx_ll_spi.h.