STM32L443xx 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 343 of file stm32l4xx_hal_sai.h.
Referenced by HAL_SAI_InitProtocol(), and SAI_InitI2S().
#define SAI_I2S_MSBJUSTIFIED 1U |
Definition at line 342 of file stm32l4xx_hal_sai.h.
Referenced by HAL_SAI_InitProtocol().
#define SAI_I2S_STANDARD 0U |
Definition at line 341 of file stm32l4xx_hal_sai.h.
Referenced by HAL_SAI_InitProtocol(), and SAI_InitI2S().
#define SAI_PCM_LONG 3U |
Definition at line 344 of file stm32l4xx_hal_sai.h.
Referenced by HAL_SAI_InitProtocol().
#define SAI_PCM_SHORT 4U |
Definition at line 345 of file stm32l4xx_hal_sai.h.
Referenced by HAL_SAI_InitProtocol(), and SAI_InitPCM().