STM32F479xx HAL User Manual
|
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 SAI_PROTOCOL_DATASIZE_16BIT 0U |
Definition at line 317 of file stm32f4xx_hal_sai.h.
Referenced by SAI_InitI2S(), and SAI_InitPCM().
#define SAI_PROTOCOL_DATASIZE_16BITEXTENDED 1U |
Definition at line 318 of file stm32f4xx_hal_sai.h.
Referenced by SAI_InitI2S(), and SAI_InitPCM().
#define SAI_PROTOCOL_DATASIZE_24BIT 2U |
Definition at line 319 of file stm32f4xx_hal_sai.h.
Referenced by SAI_InitI2S(), and SAI_InitPCM().
#define SAI_PROTOCOL_DATASIZE_32BIT 3U |
Definition at line 320 of file stm32f4xx_hal_sai.h.
Referenced by SAI_InitI2S(), and SAI_InitPCM().