STM32F479xx 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 569 of file stm32f4xx_hal_sai.h.

#define SAI_FIFOSTATUS_3QUARTERFULL   0x00040000U

Definition at line 571 of file stm32f4xx_hal_sai.h.

#define SAI_FIFOSTATUS_EMPTY   0x00000000U

Definition at line 567 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_Receive(), and HAL_SAI_Transmit_DMA().

#define SAI_FIFOSTATUS_FULL   0x00050000U

Definition at line 572 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_Transmit(), and SAI_FillFifo().

#define SAI_FIFOSTATUS_HALFFULL   0x00030000U

Definition at line 570 of file stm32f4xx_hal_sai.h.

#define SAI_FIFOSTATUS_LESS1QUARTERFULL   0x00010000U

Definition at line 568 of file stm32f4xx_hal_sai.h.