STM32F769IDiscovery  1.00
uDANTE Audio Networking with STM32F7 DISCO board
Macros
SAI Block Synchronization

Macros

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

Detailed Description

Macro Definition Documentation

#define SAI_ASYNCHRONOUS   0

Asynchronous

Definition at line 374 of file stm32f7xx_hal_sai.h.

#define SAI_SYNCHRONOUS   1

Synchronous with other block of same SAI

Definition at line 375 of file stm32f7xx_hal_sai.h.

#define SAI_SYNCHRONOUS_EXT_SAI1   2

Synchronous with other SAI, SAI1

Definition at line 376 of file stm32f7xx_hal_sai.h.

#define SAI_SYNCHRONOUS_EXT_SAI2   3

Synchronous with other SAI, SAI2

Definition at line 377 of file stm32f7xx_hal_sai.h.