Home
last modified time | relevance | path

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

/hal_stm32-latest/stm32cube/stm32u0xx/drivers/src/
Dstm32u0xx_hal_rcc_ex.c309 __HAL_RCC_PLLCLKOUT_ENABLE(RCC_PLL_DIVP); in HAL_RCCEx_PeriphCLKConfig()
1102 if (__HAL_RCC_GET_PLLCLKOUT_CONFIG(RCC_PLL_DIVP) != 0U) in HAL_RCCEx_GetPLLClockFreq()
/hal_stm32-latest/stm32cube/stm32u0xx/drivers/include/
Dstm32u0xx_hal_rcc.h274 #define RCC_PLL_DIVP RCC_PLLCFGR_PLLPEN macro
2859 #define IS_RCC_PLLCLOCKOUT_VALUE(VALUE) ((((VALUE) & RCC_PLL_DIVP) == RCC_PLL_DIVP) || \