STM32F439xx HAL User Manual
Defines
SAI Block Protocol
SAI Exported Constants

Defines

#define SAI_FREE_PROTOCOL   0x00000000U
#define SAI_SPDIF_PROTOCOL   ((uint32_t)SAI_xCR1_PRTCFG_0)
#define SAI_AC97_PROTOCOL   ((uint32_t)SAI_xCR1_PRTCFG_1)

Define Documentation

#define SAI_AC97_PROTOCOL   ((uint32_t)SAI_xCR1_PRTCFG_1)

Definition at line 338 of file stm32f4xx_hal_sai.h.

Referenced by SAI_InterruptFlag().

#define SAI_FREE_PROTOCOL   0x00000000U

Definition at line 336 of file stm32f4xx_hal_sai.h.

Referenced by SAI_InitI2S(), and SAI_InitPCM().

#define SAI_SPDIF_PROTOCOL   ((uint32_t)SAI_xCR1_PRTCFG_0)

Definition at line 337 of file stm32f4xx_hal_sai.h.