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

RCC_SAI1CLKSOURCE_PLLSAI macro

Syntax

#define RCC_SAI1CLKSOURCE_PLLSAI 0x00000000U

References

LocationText
stm32f4xx_hal_rcc_ex.h:632
#define RCC_SAI1CLKSOURCE_PLLSAI 0x00000000U
stm32f4xx_hal_rcc_ex.c:148
if(PeriphClkInit->Sai1ClockSelection == RCC_SAI1CLKSOURCE_PLLSAI)
stm32f4xx_hal_rcc_ex.c:432
stm32f4xx_hal_rcc_ex.h:7030
#define IS_RCC_SAI1CLKSOURCE(SOURCE) (((SOURCE) == RCC_SAI1CLKSOURCE_PLLSAI) ||\