STM32F479xx HAL User Manual
|
Defines | |
#define | SAI_ASYNCHRONOUS 0U |
#define | SAI_SYNCHRONOUS 1U |
#define | SAI_SYNCHRONOUS_EXT_SAI1 2U |
#define | SAI_SYNCHRONOUS_EXT_SAI2 3U |
#define SAI_ASYNCHRONOUS 0U |
#define SAI_SYNCHRONOUS 1U |
Synchronous with other block of same SAI
Definition at line 398 of file stm32f4xx_hal_sai.h.
Referenced by HAL_SAI_Init().
#define SAI_SYNCHRONOUS_EXT_SAI1 2U |
Synchronous with other SAI, SAI1
Definition at line 399 of file stm32f4xx_hal_sai.h.
Referenced by HAL_SAI_Init().
#define SAI_SYNCHRONOUS_EXT_SAI2 3U |
Synchronous with other SAI, SAI2
Definition at line 400 of file stm32f4xx_hal_sai.h.
Referenced by HAL_SAI_Init(), and SAI_BlockSynchroConfig().