Home
last modified time | relevance | path

Searched refs:RCC_I2S2CLKSOURCE_PLL (Results 1 – 4 of 4) sorted by relevance

/hal_stm32-latest/stm32cube/stm32wlxx/drivers/include/
Dstm32wlxx_hal_rcc_ex.h74 #define IS_RCC_I2S2CLKSOURCE(__SOURCE__) (((__SOURCE__) == RCC_I2S2CLKSOURCE_PLL) || \
243 #define RCC_I2S2CLKSOURCE_PLL LL_RCC_I2S2_CLKSOURCE_PLL /*!< PLL "Q" clock selected as… macro
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/include/
Dstm32g0xx_hal_rcc_ex.h356 #define RCC_I2S2CLKSOURCE_PLL RCC_CCIPR2_I2S2SEL_0 /*!< PLL "P… macro
1472 ((__SOURCE__) == RCC_I2S2CLKSOURCE_PLL) || \
/hal_stm32-latest/stm32cube/stm32g0xx/drivers/src/
Dstm32g0xx_hal_rcc_ex.c412 if (PeriphClkInit->I2s2ClockSelection == RCC_I2S2CLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()
977 if (srcclk == RCC_I2S2CLKSOURCE_PLL) in HAL_RCCEx_GetPeriphCLKFreq()
/hal_stm32-latest/stm32cube/stm32wlxx/drivers/src/
Dstm32wlxx_hal_rcc_ex.c297 if (PeriphClkInit->I2s2ClockSelection == RCC_I2S2CLKSOURCE_PLL) in HAL_RCCEx_PeriphCLKConfig()