Home
last modified time | relevance | path

Searched refs:RCC_PLL3_DIVQ (Results 1 – 8 of 8) sorted by relevance

/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/src/
Dstm32mp1xx_hal_rcc_ex.c291 __HAL_RCC_PLL3CLKOUT_DISABLE(RCC_PLL3_DIVP | RCC_PLL3_DIVQ | RCC_PLL3_DIVR); in RCCEx_PLL3_Config()
393 __HAL_RCC_PLL3CLKOUT_ENABLE(RCC_PLL3_DIVP | RCC_PLL3_DIVQ | RCC_PLL3_DIVR); in RCCEx_PLL3_Config()
398 __HAL_RCC_PLL3CLKOUT_DISABLE(RCC_PLL3_DIVP | RCC_PLL3_DIVQ | RCC_PLL3_DIVR); in RCCEx_PLL3_Config()
712 __HAL_RCC_PLL3CLKOUT_ENABLE(RCC_PLL3_DIVQ); in HAL_RCCEx_PeriphCLKConfig()
748 __HAL_RCC_PLL3CLKOUT_ENABLE(RCC_PLL3_DIVQ); in HAL_RCCEx_PeriphCLKConfig()
799 __HAL_RCC_PLL3CLKOUT_ENABLE(RCC_PLL3_DIVQ); in HAL_RCCEx_PeriphCLKConfig()
849 __HAL_RCC_PLL3CLKOUT_ENABLE(RCC_PLL3_DIVQ); in HAL_RCCEx_PeriphCLKConfig()
900 __HAL_RCC_PLL3CLKOUT_ENABLE(RCC_PLL3_DIVQ); in HAL_RCCEx_PeriphCLKConfig()
950 __HAL_RCC_PLL3CLKOUT_ENABLE(RCC_PLL3_DIVQ); in HAL_RCCEx_PeriphCLKConfig()
1001 __HAL_RCC_PLL3CLKOUT_ENABLE(RCC_PLL3_DIVQ); in HAL_RCCEx_PeriphCLKConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h483 #define RCC_PLL3_DIVQ RCC_PLLCFGR_DIVQ3EN macro
3970 ((VALUE) == RCC_PLL3_DIVQ) || \
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h542 #define RCC_PLL3_DIVQ RCC_PLL3CFGR_PLL3QEN macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc.h884 #define RCC_PLL3_DIVQ RCC_PLL3CR_DIVQEN macro
888 ((VALUE) == RCC_PLL3_DIVQ) || \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h565 #define RCC_PLL3_DIVQ RCC_PLL3CFGR_PLL3QEN macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c3863 __HAL_RCC_PLL3CLKOUT_ENABLE(RCC_PLL3_DIVQ); in RCCEx_PLL3_Config()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c1726 if (__HAL_RCC_GET_PLL3CLKOUT_CONFIG(RCC_PLL3_DIVQ) != 0U) in HAL_RCCEx_GetPLL3ClockFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c3119 if (__HAL_RCC_GET_PLL3_CLKOUT_CONFIG(RCC_PLL3_DIVQ) != 0U) in HAL_RCCEx_GetPLL3ClockFreq()