STM32L486xx HAL User Manual
Defines
SAI Block Fifo Status Level
SAI Exported Constants

Defines

#define SAI_FIFOSTATUS_EMPTY   0x00000000U
#define SAI_FIFOSTATUS_LESS1QUARTERFULL   0x00010000U
#define SAI_FIFOSTATUS_1QUARTERFULL   0x00020000U
#define SAI_FIFOSTATUS_HALFFULL   0x00030000U
#define SAI_FIFOSTATUS_3QUARTERFULL   0x00040000U
#define SAI_FIFOSTATUS_FULL   0x00050000U

Define Documentation

#define SAI_FIFOSTATUS_1QUARTERFULL   0x00020000U

Definition at line 635 of file stm32l4xx_hal_sai.h.

#define SAI_FIFOSTATUS_3QUARTERFULL   0x00040000U

Definition at line 637 of file stm32l4xx_hal_sai.h.

#define SAI_FIFOSTATUS_EMPTY   0x00000000U

Definition at line 633 of file stm32l4xx_hal_sai.h.

Referenced by HAL_SAI_Receive(), and HAL_SAI_Transmit_DMA().

#define SAI_FIFOSTATUS_FULL   0x00050000U

Definition at line 638 of file stm32l4xx_hal_sai.h.

Referenced by HAL_SAI_Transmit(), and SAI_FillFifo().

#define SAI_FIFOSTATUS_HALFFULL   0x00030000U

Definition at line 636 of file stm32l4xx_hal_sai.h.

#define SAI_FIFOSTATUS_LESS1QUARTERFULL   0x00010000U

Definition at line 634 of file stm32l4xx_hal_sai.h.