Home
last modified time | relevance | path

Searched refs:SAI_CLKSOURCE_PLLR (Results 1 – 2 of 2) sorted by relevance

/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_sai_ex.h50 #define SAI_CLKSOURCE_PLLR 0x00200000U macro
90 ((SOURCE) == SAI_CLKSOURCE_PLLR)||\
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_sai_ex.c206 if (hsai->Init.ClockSource == SAI_CLKSOURCE_PLLR) in SAI_GetInputClock()