Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1745 …PeriphClkInit->PLL3.PLL3P = (uint32_t)((RCC->PLL3DIVR & RCC_PLL3DIVR_P3) >> RCC_PLL3DIVR_P3_Pos) +… in HAL_RCCEx_GetPeriphCLKConfig()
3055 … (uint32_t)(float_t)(pll3vco / ((float_t)(uint32_t)((RCC->PLL3DIVR & RCC_PLL3DIVR_P3) >> 9) + (fl… in HAL_RCCEx_GetPLL3ClockFreq()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rcc.h5157 return (uint32_t)((READ_BIT(RCC->PLL3DIVR, RCC_PLL3DIVR_P3) >> RCC_PLL3DIVR_P3_Pos) + 1UL); in LL_RCC_PLL3_GetP()
5220 MODIFY_REG(RCC->PLL3DIVR, RCC_PLL3DIVR_P3, (P - 1UL) << RCC_PLL3DIVR_P3_Pos); in LL_RCC_PLL3_SetP()
Dstm32h7xx_hal_rcc_ex.h1960 …VR , ( (((__PLL3N__) - 1U ) & RCC_PLL3DIVR_N3) | ((((__PLL3P__) -1U ) << 9U) & RCC_PLL3DIVR_P3) | \
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h1726 MODIFY_REG(RCC->PLL3DIVR, RCC_PLL3DIVR_P3, ((__PLL3P__) - 1U) << RCC_PLL3DIVR_P3_Pos)
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h13168 #define RCC_PLL3DIVR_P3 RCC_PLL3DIVR_P3_Msk macro
Dstm32h7b0xx.h13612 #define RCC_PLL3DIVR_P3 RCC_PLL3DIVR_P3_Msk macro
Dstm32h7b0xxq.h13624 #define RCC_PLL3DIVR_P3 RCC_PLL3DIVR_P3_Msk macro
Dstm32h7a3xxq.h13180 #define RCC_PLL3DIVR_P3 RCC_PLL3DIVR_P3_Msk macro
Dstm32h7b3xx.h13619 #define RCC_PLL3DIVR_P3 RCC_PLL3DIVR_P3_Msk macro
Dstm32h7b3xxq.h13631 #define RCC_PLL3DIVR_P3 RCC_PLL3DIVR_P3_Msk macro
Dstm32h730xxq.h15480 #define RCC_PLL3DIVR_P3 RCC_PLL3DIVR_P3_Msk macro
Dstm32h733xx.h15468 #define RCC_PLL3DIVR_P3 RCC_PLL3DIVR_P3_Msk macro
Dstm32h725xx.h15029 #define RCC_PLL3DIVR_P3 RCC_PLL3DIVR_P3_Msk macro
Dstm32h730xx.h15468 #define RCC_PLL3DIVR_P3 RCC_PLL3DIVR_P3_Msk macro
Dstm32h735xx.h15480 #define RCC_PLL3DIVR_P3 RCC_PLL3DIVR_P3_Msk macro
Dstm32h742xx.h14354 #define RCC_PLL3DIVR_P3 RCC_PLL3DIVR_P3_Msk macro
Dstm32h723xx.h15017 #define RCC_PLL3DIVR_P3 RCC_PLL3DIVR_P3_Msk macro
Dstm32h750xx.h15247 #define RCC_PLL3DIVR_P3 RCC_PLL3DIVR_P3_Msk macro
Dstm32h753xx.h15253 #define RCC_PLL3DIVR_P3 RCC_PLL3DIVR_P3_Msk macro
Dstm32h745xx.h15560 #define RCC_PLL3DIVR_P3 RCC_PLL3DIVR_P3_Msk macro
Dstm32h745xg.h15560 #define RCC_PLL3DIVR_P3 RCC_PLL3DIVR_P3_Msk macro
Dstm32h743xx.h14984 #define RCC_PLL3DIVR_P3 RCC_PLL3DIVR_P3_Msk macro
Dstm32h755xx.h15829 #define RCC_PLL3DIVR_P3 RCC_PLL3DIVR_P3_Msk macro
Dstm32h757xx.h18986 #define RCC_PLL3DIVR_P3 RCC_PLL3DIVR_P3_Msk macro
Dstm32h747xg.h18717 #define RCC_PLL3DIVR_P3 RCC_PLL3DIVR_P3_Msk macro

12