STM32H735xx 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 333 of file stm32h7xx_hal_sai.h.
Referenced by HAL_SAI_InitProtocol(), and SAI_InitI2S().
#define SAI_I2S_MSBJUSTIFIED 1U |
Definition at line 332 of file stm32h7xx_hal_sai.h.
Referenced by HAL_SAI_InitProtocol().
#define SAI_I2S_STANDARD 0U |
Definition at line 331 of file stm32h7xx_hal_sai.h.
Referenced by HAL_SAI_InitProtocol(), and SAI_InitI2S().
#define SAI_PCM_LONG 3U |
Definition at line 334 of file stm32h7xx_hal_sai.h.
Referenced by HAL_SAI_InitProtocol().
#define SAI_PCM_SHORT 4U |
Definition at line 335 of file stm32h7xx_hal_sai.h.
Referenced by HAL_SAI_InitProtocol(), and SAI_InitPCM().