STM32F439xx HAL User Manual
Defines
SAI protocol data size
SAI Exported Constants

Defines

#define SAI_PROTOCOL_DATASIZE_16BIT   0U
#define SAI_PROTOCOL_DATASIZE_16BITEXTENDED   1U
#define SAI_PROTOCOL_DATASIZE_24BIT   2U
#define SAI_PROTOCOL_DATASIZE_32BIT   3U

Define Documentation

#define SAI_PROTOCOL_DATASIZE_16BIT   0U

Definition at line 297 of file stm32f4xx_hal_sai.h.

Referenced by SAI_InitI2S(), and SAI_InitPCM().

Definition at line 298 of file stm32f4xx_hal_sai.h.

Referenced by SAI_InitI2S(), and SAI_InitPCM().

#define SAI_PROTOCOL_DATASIZE_24BIT   2U

Definition at line 299 of file stm32f4xx_hal_sai.h.

Referenced by SAI_InitI2S(), and SAI_InitPCM().

#define SAI_PROTOCOL_DATASIZE_32BIT   3U

Definition at line 300 of file stm32f4xx_hal_sai.h.

Referenced by SAI_InitI2S(), and SAI_InitPCM().