STM32F439xx HAL User Manual
Defines
SAI Supported protocol
SAI Exported Constants

Defines

#define SAI_I2S_STANDARD   0U
#define SAI_I2S_MSBJUSTIFIED   1U
#define SAI_I2S_LSBJUSTIFIED   2U
#define SAI_PCM_LONG   3U
#define SAI_PCM_SHORT   4U

Define Documentation

#define SAI_I2S_LSBJUSTIFIED   2U

Definition at line 287 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_InitProtocol(), and SAI_InitI2S().

#define SAI_I2S_MSBJUSTIFIED   1U

Definition at line 286 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_InitProtocol(), and SAI_InitI2S().

#define SAI_I2S_STANDARD   0U

Definition at line 285 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_InitProtocol(), and SAI_InitI2S().

#define SAI_PCM_LONG   3U

Definition at line 288 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_InitProtocol(), and SAI_InitPCM().

#define SAI_PCM_SHORT   4U

Definition at line 289 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_InitProtocol(), and SAI_InitPCM().