STM32F479xx HAL User Manual
|
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 SAI_I2S_LSBJUSTIFIED 2U |
Definition at line 307 of file stm32f4xx_hal_sai.h.
Referenced by HAL_SAI_InitProtocol(), and SAI_InitI2S().
#define SAI_I2S_MSBJUSTIFIED 1U |
Definition at line 306 of file stm32f4xx_hal_sai.h.
Referenced by HAL_SAI_InitProtocol().
#define SAI_I2S_STANDARD 0U |
Definition at line 305 of file stm32f4xx_hal_sai.h.
Referenced by HAL_SAI_InitProtocol(), and SAI_InitI2S().
#define SAI_PCM_LONG 3U |
Definition at line 308 of file stm32f4xx_hal_sai.h.
Referenced by HAL_SAI_InitProtocol().
#define SAI_PCM_SHORT 4U |
Definition at line 309 of file stm32f4xx_hal_sai.h.
Referenced by HAL_SAI_InitProtocol(), and SAI_InitPCM().