Home
last modified time | relevance | path

Searched refs:RCC_PLL3_DIVR (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()
761 __HAL_RCC_PLL3CLKOUT_ENABLE(RCC_PLL3_DIVR); in HAL_RCCEx_PeriphCLKConfig()
811 __HAL_RCC_PLL3CLKOUT_ENABLE(RCC_PLL3_DIVR); in HAL_RCCEx_PeriphCLKConfig()
861 __HAL_RCC_PLL3CLKOUT_ENABLE(RCC_PLL3_DIVR); in HAL_RCCEx_PeriphCLKConfig()
912 __HAL_RCC_PLL3CLKOUT_ENABLE(RCC_PLL3_DIVR); in HAL_RCCEx_PeriphCLKConfig()
962 __HAL_RCC_PLL3CLKOUT_ENABLE(RCC_PLL3_DIVR); in HAL_RCCEx_PeriphCLKConfig()
1013 __HAL_RCC_PLL3CLKOUT_ENABLE(RCC_PLL3_DIVR); in HAL_RCCEx_PeriphCLKConfig()
1229 __HAL_RCC_PLL3CLKOUT_ENABLE(RCC_PLL3_DIVR); in HAL_RCCEx_PeriphCLKConfig()
[all …]
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_hal_rcc_ex.h484 #define RCC_PLL3_DIVR RCC_PLLCFGR_DIVR3EN macro
3971 ((VALUE) == RCC_PLL3_DIVR))
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/include/
Dstm32u5xx_hal_rcc_ex.h543 #define RCC_PLL3_DIVR RCC_PLL3CFGR_PLL3REN macro
/hal_stm32-latest/stm32cube/stm32mp1xx/drivers/include/
Dstm32mp1xx_hal_rcc.h885 #define RCC_PLL3_DIVR RCC_PLL3CR_DIVREN macro
889 ((VALUE) == RCC_PLL3_DIVR))
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h566 #define RCC_PLL3_DIVR RCC_PLL3CFGR_PLL3REN macro
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c3867 __HAL_RCC_PLL3CLKOUT_ENABLE(RCC_PLL3_DIVR); in RCCEx_PLL3_Config()
/hal_stm32-latest/stm32cube/stm32u5xx/drivers/src/
Dstm32u5xx_hal_rcc_ex.c1737 if (__HAL_RCC_GET_PLL3CLKOUT_CONFIG(RCC_PLL3_DIVR) != 0U) in HAL_RCCEx_GetPLL3ClockFreq()
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/src/
Dstm32h5xx_hal_rcc_ex.c3140 if (__HAL_RCC_GET_PLL3_CLKOUT_CONFIG(RCC_PLL3_DIVR) != 0U) in HAL_RCCEx_GetPLL3ClockFreq()