HAL
SAI_SYNCHRONOUS_EXT_SAI2 is only used within HAL.
 
Symbols
loading...
Files
loading...

SAI_SYNCHRONOUS_EXT_SAI2 macro

Synchronous with other SAI, SAI2

Syntax

#define SAI_SYNCHRONOUS_EXT_SAI2 3U

References

LocationText
stm32f4xx_hal_sai.h:399
#define SAI_SYNCHRONOUS_EXT_SAI2 3U /*!< Synchronous with other SAI, SAI2 */
stm32f4xx_hal_sai.c:509
case SAI_SYNCHRONOUS_EXT_SAI2 :
stm32f4xx_hal_sai.h:811
((SYNCHRO) == SAI_SYNCHRONOUS_EXT_SAI2))
stm32f4xx_hal_sai_ex.c:120
if ((hsai->Init.Synchro) == SAI_SYNCHRONOUS_EXT_SAI2)