STM32L486xx 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 358 of file stm32l4xx_hal_sai.h.

Referenced by SAI_InitI2S(), and SAI_InitPCM().

Definition at line 359 of file stm32l4xx_hal_sai.h.

Referenced by SAI_InitI2S(), and SAI_InitPCM().

#define SAI_PROTOCOL_DATASIZE_24BIT   2U

Definition at line 360 of file stm32l4xx_hal_sai.h.

Referenced by SAI_InitI2S(), and SAI_InitPCM().

#define SAI_PROTOCOL_DATASIZE_32BIT   3U

Definition at line 361 of file stm32l4xx_hal_sai.h.

Referenced by SAI_InitI2S(), and SAI_InitPCM().