Home
last modified time | relevance | path

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

/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/include/
Dstm32f4xx_hal_sai_ex.h48 #define SAI_CLKSOURCE_PLLI2S 0x00000000U macro
54 #define SAI_CLKSOURCE_PLLI2S 0x00100000U
88 #define IS_SAI_CLK_SOURCE(SOURCE) (((SOURCE) == SAI_CLKSOURCE_PLLI2S) ||\
95 ((SOURCE) == SAI_CLKSOURCE_PLLI2S)||\
/hal_stm32-3.5.0/stm32cube/stm32f4xx/drivers/src/
Dstm32f4xx_hal_sai_ex.c221 else if (hsai->Init.ClockSource == SAI_CLKSOURCE_PLLI2S) in SAI_GetInputClock()
267 else if (hsai->Init.ClockSource == SAI_CLKSOURCE_PLLI2S) in SAI_GetInputClock()