Home
last modified time | relevance | path

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

12

/hal_stm32-latest/stm32cube/stm32h7xx/drivers/src/
Dstm32h7xx_hal_rcc_ex.c1752 …PeriphClkInit->PLL2.PLL2N = (uint32_t)((RCC->PLL2DIVR & RCC_PLL2DIVR_N2) >> RCC_PLL2DIVR_N2_Pos) +… in HAL_RCCEx_GetPeriphCLKConfig()
2968 …_t)hsivalue / (float_t)pll2m) * ((float_t)(uint32_t)(RCC->PLL2DIVR & RCC_PLL2DIVR_N2) + (fracn2 / … in HAL_RCCEx_GetPLL2ClockFreq()
2972 …t)HSI_VALUE / (float_t)pll2m) * ((float_t)(uint32_t)(RCC->PLL2DIVR & RCC_PLL2DIVR_N2) + (fracn2 / … in HAL_RCCEx_GetPLL2ClockFreq()
2977 …t)CSI_VALUE / (float_t)pll2m) * ((float_t)(uint32_t)(RCC->PLL2DIVR & RCC_PLL2DIVR_N2) + (fracn2 / … in HAL_RCCEx_GetPLL2ClockFreq()
2981 …t)HSE_VALUE / (float_t)pll2m) * ((float_t)(uint32_t)(RCC->PLL2DIVR & RCC_PLL2DIVR_N2) + (fracn2 / … in HAL_RCCEx_GetPLL2ClockFreq()
2985 …t)CSI_VALUE / (float_t)pll2m) * ((float_t)(uint32_t)(RCC->PLL2DIVR & RCC_PLL2DIVR_N2) + (fracn2 / … in HAL_RCCEx_GetPLL2ClockFreq()
/hal_stm32-latest/stm32cube/stm32h7xx/drivers/include/
Dstm32h7xx_ll_rcc.h4825 return (uint32_t)((READ_BIT(RCC->PLL2DIVR, RCC_PLL2DIVR_N2) >> RCC_PLL2DIVR_N2_Pos) + 1UL); in LL_RCC_PLL2_GetN()
4886 MODIFY_REG(RCC->PLL2DIVR, RCC_PLL2DIVR_N2, (N - 1UL) << RCC_PLL2DIVR_N2_Pos); in LL_RCC_PLL2_SetN()
Dstm32h7xx_hal_rcc_ex.h1839 …WRITE_REG (RCC->PLL2DIVR , ( (((__PLL2N__) - 1U ) & RCC_PLL2DIVR_N2) | ((((__PLL2P__) -1U ) << 9U)…
/hal_stm32-latest/stm32cube/stm32h5xx/drivers/include/
Dstm32h5xx_hal_rcc_ex.h1466 MODIFY_REG(RCC->PLL2DIVR, RCC_PLL2DIVR_N2, ((__PLL2N__) - 1U) << RCC_PLL2DIVR_N2_Pos)
/hal_stm32-latest/stm32cube/stm32h7xx/soc/
Dstm32h7a3xx.h13146 #define RCC_PLL2DIVR_N2 RCC_PLL2DIVR_N2_Msk macro
Dstm32h7b0xx.h13590 #define RCC_PLL2DIVR_N2 RCC_PLL2DIVR_N2_Msk macro
Dstm32h7b0xxq.h13602 #define RCC_PLL2DIVR_N2 RCC_PLL2DIVR_N2_Msk macro
Dstm32h7a3xxq.h13158 #define RCC_PLL2DIVR_N2 RCC_PLL2DIVR_N2_Msk macro
Dstm32h7b3xx.h13597 #define RCC_PLL2DIVR_N2 RCC_PLL2DIVR_N2_Msk macro
Dstm32h7b3xxq.h13609 #define RCC_PLL2DIVR_N2 RCC_PLL2DIVR_N2_Msk macro
Dstm32h730xxq.h15458 #define RCC_PLL2DIVR_N2 RCC_PLL2DIVR_N2_Msk macro
Dstm32h733xx.h15446 #define RCC_PLL2DIVR_N2 RCC_PLL2DIVR_N2_Msk macro
Dstm32h725xx.h15007 #define RCC_PLL2DIVR_N2 RCC_PLL2DIVR_N2_Msk macro
Dstm32h730xx.h15446 #define RCC_PLL2DIVR_N2 RCC_PLL2DIVR_N2_Msk macro
Dstm32h735xx.h15458 #define RCC_PLL2DIVR_N2 RCC_PLL2DIVR_N2_Msk macro
Dstm32h742xx.h14332 #define RCC_PLL2DIVR_N2 RCC_PLL2DIVR_N2_Msk macro
Dstm32h723xx.h14995 #define RCC_PLL2DIVR_N2 RCC_PLL2DIVR_N2_Msk macro
Dstm32h750xx.h15225 #define RCC_PLL2DIVR_N2 RCC_PLL2DIVR_N2_Msk macro
Dstm32h753xx.h15231 #define RCC_PLL2DIVR_N2 RCC_PLL2DIVR_N2_Msk macro
Dstm32h745xx.h15538 #define RCC_PLL2DIVR_N2 RCC_PLL2DIVR_N2_Msk macro
Dstm32h745xg.h15538 #define RCC_PLL2DIVR_N2 RCC_PLL2DIVR_N2_Msk macro
Dstm32h743xx.h14962 #define RCC_PLL2DIVR_N2 RCC_PLL2DIVR_N2_Msk macro
Dstm32h755xx.h15807 #define RCC_PLL2DIVR_N2 RCC_PLL2DIVR_N2_Msk macro
Dstm32h757xx.h18964 #define RCC_PLL2DIVR_N2 RCC_PLL2DIVR_N2_Msk macro
Dstm32h747xg.h18695 #define RCC_PLL2DIVR_N2 RCC_PLL2DIVR_N2_Msk macro

12