STM32H735xx HAL User Manual
Defines
SAI Block Synchronization
SAI Exported Constants

Defines

#define SAI_ASYNCHRONOUS   0U
#define SAI_SYNCHRONOUS   1U
#define SAI_SYNCHRONOUS_EXT_SAI1   2U
#define SAI_SYNCHRONOUS_EXT_SAI4   5U

Define Documentation

#define SAI_ASYNCHRONOUS   0U

Asynchronous

Definition at line 442 of file stm32h7xx_hal_sai.h.

Referenced by HAL_SAI_Init().

#define SAI_SYNCHRONOUS   1U

Synchronous with other block of same SAI

Definition at line 443 of file stm32h7xx_hal_sai.h.

Referenced by HAL_SAI_Init().

#define SAI_SYNCHRONOUS_EXT_SAI1   2U

Synchronous with other SAI, SAI1

Definition at line 444 of file stm32h7xx_hal_sai.h.

Referenced by HAL_SAI_Init().

#define SAI_SYNCHRONOUS_EXT_SAI4   5U

Synchronous with other SAI, SAI4

Definition at line 452 of file stm32h7xx_hal_sai.h.

Referenced by HAL_SAI_Init().