Searched refs:RCC_PLL2DIVR_PLL2Q (Results 1 – 18 of 18) sorted by relevance
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/include/ |
D | stm32u5xx_ll_rcc.h | 4372 MODIFY_REG(RCC->PLL2DIVR, RCC_PLL2DIVR_PLL2N | RCC_PLL2DIVR_PLL2Q, ((PLLN - 1UL) << \ in LL_RCC_PLL2_ConfigDomain_48M() 4512 MODIFY_REG(RCC->PLL2DIVR, RCC_PLL2DIVR_PLL2Q, (PLL2Q - 1UL) << RCC_PLL2DIVR_PLL2Q_Pos); in LL_RCC_PLL2_SetQ() 4523 return (uint32_t)((READ_BIT(RCC->PLL2DIVR, RCC_PLL2DIVR_PLL2Q) >> RCC_PLL2DIVR_PLL2Q_Pos) + 1UL); in LL_RCC_PLL2_GetQ() 4545 return (uint32_t)((READ_BIT(RCC->PLL2DIVR, RCC_PLL2DIVR_PLL2Q) >> RCC_PLL2DIVR_PLL2Q_Pos) + 1UL); in LL_RCC_PLL2_GetR()
|
D | stm32u5xx_hal_rcc_ex.h | 1170 MODIFY_REG(RCC->PLL2DIVR ,(RCC_PLL2DIVR_PLL2N|RCC_PLL2DIVR_PLL2P|RCC_PLL2DIVR_PLL2Q|\ 1174 RCC_PLL2DIVR_PLL2Q) | ((((__PLL2R__)- 1U) << \
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/drivers/src/ |
D | stm32u5xx_hal_rcc_ex.c | 1325 …pPeriphClkInit->PLL2.PLL2Q = (uint32_t)((RCC->PLL2DIVR & RCC_PLL2DIVR_PLL2Q) >> RCC_PLL2DIVR_PLL2Q… in HAL_RCCEx_GetPeriphCLKConfig() 1636 … RCC_PLL2DIVR_PLL2Q) >> RCC_PLL2DIVR_PLL2Q_Pos) + \ in HAL_RCCEx_GetPLL2ClockFreq()
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/include/ |
D | stm32h5xx_ll_rcc.h | 4675 MODIFY_REG(RCC->PLL2DIVR, RCC_PLL2DIVR_PLL2Q, (PLL2Q - 1UL) << RCC_PLL2DIVR_PLL2Q_Pos); in LL_RCC_PLL2_SetQ() 4686 return (uint32_t)((READ_BIT(RCC->PLL2DIVR, RCC_PLL2DIVR_PLL2Q) >> RCC_PLL2DIVR_PLL2Q_Pos) + 1UL); in LL_RCC_PLL2_GetQ()
|
D | stm32h5xx_hal_rcc_ex.h | 1427 … ((((__PLL2Q__) - 1U) << RCC_PLL2DIVR_PLL2Q_Pos) & RCC_PLL2DIVR_PLL2Q) | \
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/drivers/src/ |
D | stm32h5xx_hal_rcc_ex.c | 2549 …pPeriphClkInit->PLL2.PLL2Q = (uint32_t)((RCC->PLL2DIVR & RCC_PLL2DIVR_PLL2Q) >> RCC_PLL2DIVR_PLL2Q… in HAL_RCCEx_GetPeriphCLKConfig() 2988 … RCC_PLL2DIVR_PLL2Q) >> \ in HAL_RCCEx_GetPLL2ClockFreq()
|
/hal_stm32-3.4.0/stm32cube/stm32h5xx/soc/ |
D | stm32h503xx.h | 9035 #define RCC_PLL2DIVR_PLL2Q RCC_PLL2DIVR_PLL2Q_Msk macro
|
D | stm32h562xx.h | 13412 #define RCC_PLL2DIVR_PLL2Q RCC_PLL2DIVR_PLL2Q_Msk macro
|
D | stm32h563xx.h | 15496 #define RCC_PLL2DIVR_PLL2Q RCC_PLL2DIVR_PLL2Q_Msk macro
|
D | stm32h573xx.h | 16017 #define RCC_PLL2DIVR_PLL2Q RCC_PLL2DIVR_PLL2Q_Msk macro
|
/hal_stm32-3.4.0/stm32cube/stm32u5xx/soc/ |
D | stm32u535xx.h | 14169 #define RCC_PLL2DIVR_PLL2Q RCC_PLL2DIVR_PLL2Q_Msk /*!< PLL2Q[6:0]… macro
|
D | stm32u545xx.h | 14679 #define RCC_PLL2DIVR_PLL2Q RCC_PLL2DIVR_PLL2Q_Msk /*!< PLL2Q[6:0]… macro
|
D | stm32u575xx.h | 15540 #define RCC_PLL2DIVR_PLL2Q RCC_PLL2DIVR_PLL2Q_Msk /*!< PLL2Q[6:0]… macro
|
D | stm32u585xx.h | 16099 #define RCC_PLL2DIVR_PLL2Q RCC_PLL2DIVR_PLL2Q_Msk /*!< PLL2Q[6:0]… macro
|
D | stm32u5a5xx.h | 17125 #define RCC_PLL2DIVR_PLL2Q RCC_PLL2DIVR_PLL2Q_Msk /*!< PLL2Q[6:0]… macro
|
D | stm32u595xx.h | 16566 #define RCC_PLL2DIVR_PLL2Q RCC_PLL2DIVR_PLL2Q_Msk /*!< PLL2Q[6:0]… macro
|
D | stm32u599xx.h | 20292 #define RCC_PLL2DIVR_PLL2Q RCC_PLL2DIVR_PLL2Q_Msk /*!< PLL2Q[6:0]… macro
|
D | stm32u5a9xx.h | 20851 #define RCC_PLL2DIVR_PLL2Q RCC_PLL2DIVR_PLL2Q_Msk /*!< PLL2Q[6:0]… macro
|