discoverpixy
Macros
Collaboration diagram for SAI_Block_Synchronization:

Macros

#define SAI_Asynchronous   ((uint32_t)0x00000000)
 
#define SAI_Synchronous   ((uint32_t)SAI_xCR1_SYNCEN_0)
 
#define IS_SAI_BLOCK_SYNCHRO(SYNCHRO)
 

Detailed Description

Macro Definition Documentation

#define IS_SAI_BLOCK_SYNCHRO (   SYNCHRO)
Value:
(((SYNCHRO) == SAI_Synchronous) || \
((SYNCHRO) == SAI_Asynchronous))