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

Defines

#define SAI_FS_ACTIVE_LOW   0x00000000U
#define SAI_FS_ACTIVE_HIGH   SAI_xFRCR_FSPOL

Define Documentation

#define SAI_FS_ACTIVE_HIGH   SAI_xFRCR_FSPOL

Definition at line 502 of file stm32l4xx_hal_sai.h.

Referenced by SAI_InitI2S(), and SAI_InitPCM().

#define SAI_FS_ACTIVE_LOW   0x00000000U

Definition at line 501 of file stm32l4xx_hal_sai.h.

Referenced by SAI_InitI2S().