HAL + 0/6 examples
CodeScope will show references to SAI_ASYNCHRONOUS from the following samples and libraries:
Drivers
Boards
Examples
STM32446E_EVAL
Examples
SAI
STM32469I_EVAL
Examples
SAI
 
Symbols
loading...
Files
loading...

SAI_ASYNCHRONOUS macro

Asynchronous

Syntax

#define SAI_ASYNCHRONOUS 0U

Examples

SAI_ASYNCHRONOUS is referenced by 6 libraries and example projects.

References

LocationText
stm32f4xx_hal_sai.h:396
#define SAI_ASYNCHRONOUS 0U /*!< Asynchronous */
stm32f4xx_hal_sai.c:498
case SAI_ASYNCHRONOUS :
stm32f4xx_hal_sai.h:808
#define IS_SAI_BLOCK_SYNCHRO(SYNCHRO) (((SYNCHRO) == SAI_ASYNCHRONOUS) || \