STM32F439xx 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 549 of file stm32f4xx_hal_sai.h.

#define SAI_FIFOSTATUS_3QUARTERFULL   0x00040000U

Definition at line 551 of file stm32f4xx_hal_sai.h.

#define SAI_FIFOSTATUS_EMPTY   0x00000000U

Definition at line 547 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_Receive().

#define SAI_FIFOSTATUS_FULL   0x00050000U

Definition at line 552 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_Transmit(), and SAI_FillFifo().

#define SAI_FIFOSTATUS_HALFFULL   0x00030000U

Definition at line 550 of file stm32f4xx_hal_sai.h.

#define SAI_FIFOSTATUS_LESS1QUARTERFULL   0x00010000U

Definition at line 548 of file stm32f4xx_hal_sai.h.