Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc_ex.h338 #define RCC_I2S1CLKSOURCE_PLL RCC_CCIPR2_I2S1SEL_0 /*!< PLL "P… macro
343 #define RCC_I2S1CLKSOURCE_PLL RCC_CCIPR_I2S1SEL_0 /*!< PLL "P"… macro
1465 ((__SOURCE__) == RCC_I2S1CLKSOURCE_PLL) || \
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c395 if (PeriphClkInit->I2s1ClockSelection == RCC_I2S1CLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
943 if (srcclk == RCC_I2S1CLKSOURCE_PLL) in HAL_RCCEx_GetPeriphCLKFreq()