STM32F4xx HAL Documentation
Hardware Abstraction Layer for STM32F4 familiy
Loading...
Searching...
No Matches
SAI Block Synchronization
Collaboration diagram for SAI Block Synchronization:

Macros

#define SAI_ASYNCHRONOUS   0U
 
#define SAI_SYNCHRONOUS   1U
 
#define SAI_SYNCHRONOUS_EXT_SAI1   2U
 
#define SAI_SYNCHRONOUS_EXT_SAI2   3U
 

Detailed Description

Macro Definition Documentation

◆ SAI_ASYNCHRONOUS

#define SAI_ASYNCHRONOUS   0U

#include <stm32f4xx_hal_sai.h>

Asynchronous

Definition at line 396 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_Init().

◆ SAI_SYNCHRONOUS

#define SAI_SYNCHRONOUS   1U

#include <stm32f4xx_hal_sai.h>

Synchronous with other block of same SAI

Definition at line 397 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_Init().

◆ SAI_SYNCHRONOUS_EXT_SAI1

#define SAI_SYNCHRONOUS_EXT_SAI1   2U

#include <stm32f4xx_hal_sai.h>

Synchronous with other SAI, SAI1

Definition at line 398 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_Init().

◆ SAI_SYNCHRONOUS_EXT_SAI2

#define SAI_SYNCHRONOUS_EXT_SAI2   3U

#include <stm32f4xx_hal_sai.h>

Synchronous with other SAI, SAI2

Definition at line 399 of file stm32f4xx_hal_sai.h.

Referenced by HAL_SAI_Init(), and SAI_BlockSynchroConfig().