Home
last modified time | relevance | path

Searched refs:RCC_PLL2DIVR_R2 (Results 1 – 25 of 26) sorted by relevance

12

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1753 …PeriphClkInit->PLL2.PLL2R = (uint32_t)((RCC->PLL2DIVR & RCC_PLL2DIVR_R2) >> RCC_PLL2DIVR_R2_Pos) +… in HAL_RCCEx_GetPeriphCLKConfig()
2990 … (uint32_t)(float_t)(pll2vco / ((float_t)(uint32_t)((RCC->PLL2DIVR & RCC_PLL2DIVR_R2) >> 24) + (fl… in HAL_RCCEx_GetPLL2ClockFreq()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rcc.h4865 return (uint32_t)((READ_BIT(RCC->PLL2DIVR, RCC_PLL2DIVR_R2) >> RCC_PLL2DIVR_R2_Pos) + 1UL); in LL_RCC_PLL2_GetR()
4930 MODIFY_REG(RCC->PLL2DIVR, RCC_PLL2DIVR_R2, (R - 1UL) << RCC_PLL2DIVR_R2_Pos); in LL_RCC_PLL2_SetR()
Dstm32h7xx_hal_rcc_ex.h1840 …(((__PLL2Q__) -1U) << 16U) & RCC_PLL2DIVR_Q2) | ((((__PLL2R__)- 1U) << 24U) & RCC_PLL2DIVR_R2))); \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h1526 MODIFY_REG(RCC->PLL2DIVR, RCC_PLL2DIVR_R2, ((__PLL2R__) - 1U) << RCC_PLL2DIVR_R2_Pos)
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h13155 #define RCC_PLL2DIVR_R2 RCC_PLL2DIVR_R2_Msk macro
Dstm32h7b0xx.h13599 #define RCC_PLL2DIVR_R2 RCC_PLL2DIVR_R2_Msk macro
Dstm32h7b0xxq.h13611 #define RCC_PLL2DIVR_R2 RCC_PLL2DIVR_R2_Msk macro
Dstm32h7a3xxq.h13167 #define RCC_PLL2DIVR_R2 RCC_PLL2DIVR_R2_Msk macro
Dstm32h7b3xx.h13606 #define RCC_PLL2DIVR_R2 RCC_PLL2DIVR_R2_Msk macro
Dstm32h7b3xxq.h13618 #define RCC_PLL2DIVR_R2 RCC_PLL2DIVR_R2_Msk macro
Dstm32h730xxq.h15467 #define RCC_PLL2DIVR_R2 RCC_PLL2DIVR_R2_Msk macro
Dstm32h733xx.h15455 #define RCC_PLL2DIVR_R2 RCC_PLL2DIVR_R2_Msk macro
Dstm32h725xx.h15016 #define RCC_PLL2DIVR_R2 RCC_PLL2DIVR_R2_Msk macro
Dstm32h730xx.h15455 #define RCC_PLL2DIVR_R2 RCC_PLL2DIVR_R2_Msk macro
Dstm32h735xx.h15467 #define RCC_PLL2DIVR_R2 RCC_PLL2DIVR_R2_Msk macro
Dstm32h742xx.h14341 #define RCC_PLL2DIVR_R2 RCC_PLL2DIVR_R2_Msk macro
Dstm32h723xx.h15004 #define RCC_PLL2DIVR_R2 RCC_PLL2DIVR_R2_Msk macro
Dstm32h750xx.h15234 #define RCC_PLL2DIVR_R2 RCC_PLL2DIVR_R2_Msk macro
Dstm32h753xx.h15240 #define RCC_PLL2DIVR_R2 RCC_PLL2DIVR_R2_Msk macro
Dstm32h745xx.h15547 #define RCC_PLL2DIVR_R2 RCC_PLL2DIVR_R2_Msk macro
Dstm32h745xg.h15547 #define RCC_PLL2DIVR_R2 RCC_PLL2DIVR_R2_Msk macro
Dstm32h743xx.h14971 #define RCC_PLL2DIVR_R2 RCC_PLL2DIVR_R2_Msk macro
Dstm32h755xx.h15816 #define RCC_PLL2DIVR_R2 RCC_PLL2DIVR_R2_Msk macro
Dstm32h757xx.h18973 #define RCC_PLL2DIVR_R2 RCC_PLL2DIVR_R2_Msk macro
Dstm32h747xg.h18704 #define RCC_PLL2DIVR_R2 RCC_PLL2DIVR_R2_Msk macro

12