Searched refs:RCC_PLL2CFGR3_PLL2PDIV1_Pos (Results 1 – 9 of 9) sorted by relevance
329 pllp1 = (pllcfgr & RCC_PLL2CFGR3_PLL2PDIV1) >> RCC_PLL2CFGR3_PLL2PDIV1_Pos; in SystemCoreClockUpdate()
386 pllp1 = (pllcfgr & RCC_PLL2CFGR3_PLL2PDIV1) >> RCC_PLL2CFGR3_PLL2PDIV1_Pos; in SystemCoreClockUpdate()
25449 #define RCC_PLL2CFGR3_PLL2PDIV1_Pos (27U) macro25450 #define RCC_PLL2CFGR3_PLL2PDIV1_Msk (0x7UL << RCC_PLL2CFGR3_PLL2PDIV1_Pos)/*!< 0x380000…
26598 #define RCC_PLL2CFGR3_PLL2PDIV1_Pos (27U) macro26599 #define RCC_PLL2CFGR3_PLL2PDIV1_Msk (0x7UL << RCC_PLL2CFGR3_PLL2PDIV1_Pos)/*!< 0x380000…
26356 #define RCC_PLL2CFGR3_PLL2PDIV1_Pos (27U) macro26357 #define RCC_PLL2CFGR3_PLL2PDIV1_Msk (0x7UL << RCC_PLL2CFGR3_PLL2PDIV1_Pos)/*!< 0x380000…
25691 #define RCC_PLL2CFGR3_PLL2PDIV1_Pos (27U) macro25692 #define RCC_PLL2CFGR3_PLL2PDIV1_Msk (0x7UL << RCC_PLL2CFGR3_PLL2PDIV1_Pos)/*!< 0x380000…
1700 …scInitStruct->PLL2.PLLP1 = ((cfgr_value & RCC_PLL2CFGR3_PLL2PDIV1) >> RCC_PLL2CFGR3_PLL2PDIV1_Pos); in HAL_RCC_GetOscConfig()
5567 MODIFY_REG(RCC->PLL2CFGR3, RCC_PLL2CFGR3_PLL2PDIV1, P1 << RCC_PLL2CFGR3_PLL2PDIV1_Pos); in LL_RCC_PLL2_SetP1()5577 …eturn (uint32_t)(READ_BIT(RCC->PLL2CFGR3, RCC_PLL2CFGR3_PLL2PDIV1) >> RCC_PLL2CFGR3_PLL2PDIV1_Pos); in LL_RCC_PLL2_GetP1()
3744 ((((__PLLP1__) << RCC_PLL2CFGR3_PLL2PDIV1_Pos) & RCC_PLL2CFGR3_PLL2PDIV1) | \