Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g4xx/drivers/include/
Dstm32g4xx_hal_rcc_ex.h362 #define RCC_I2SCLKSOURCE_PLL RCC_CCIPR_I2S23SEL_0 macro
1565 ((__SOURCE__) == RCC_I2SCLKSOURCE_PLL) || \
/hal_stm32-latest/stm32cube/stm32g4xx/drivers/src/
Dstm32g4xx_hal_rcc_ex.c375 if(PeriphClkInit->I2sClockSelection == RCC_I2SCLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
1098 else if(srcclk == RCC_I2SCLKSOURCE_PLL) in HAL_RCCEx_GetPeriphCLKFreq()