STM32F439xx HAL User Manual
Defines
SAI Block FS Polarity
SAI Exported Constants

Defines

#define SAI_FS_ACTIVE_LOW   0x00000000U
#define SAI_FS_ACTIVE_HIGH   ((uint32_t)SAI_xFRCR_FSPOL)

Define Documentation

#define SAI_FS_ACTIVE_HIGH   ((uint32_t)SAI_xFRCR_FSPOL)

Definition at line 416 of file stm32f4xx_hal_sai.h.

Referenced by SAI_InitI2S(), and SAI_InitPCM().

#define SAI_FS_ACTIVE_LOW   0x00000000U

Definition at line 415 of file stm32f4xx_hal_sai.h.

Referenced by SAI_InitI2S().