Searched refs:RCC_PLL4CFGR3_PLL4PDIV2_Pos (Results 1 – 9 of 9) sorted by relevance
360 pllp2 = (pllcfgr & RCC_PLL4CFGR3_PLL4PDIV2) >> RCC_PLL4CFGR3_PLL4PDIV2_Pos; in SystemCoreClockUpdate()
417 pllp2 = (pllcfgr & RCC_PLL4CFGR3_PLL4PDIV2) >> RCC_PLL4CFGR3_PLL4PDIV2_Pos; in SystemCoreClockUpdate()
25554 #define RCC_PLL4CFGR3_PLL4PDIV2_Pos (24U) macro25555 #define RCC_PLL4CFGR3_PLL4PDIV2_Msk (0x7UL << RCC_PLL4CFGR3_PLL4PDIV2_Pos)/*!< 0x070000…
26703 #define RCC_PLL4CFGR3_PLL4PDIV2_Pos (24U) macro26704 #define RCC_PLL4CFGR3_PLL4PDIV2_Msk (0x7UL << RCC_PLL4CFGR3_PLL4PDIV2_Pos)/*!< 0x070000…
26461 #define RCC_PLL4CFGR3_PLL4PDIV2_Pos (24U) macro26462 #define RCC_PLL4CFGR3_PLL4PDIV2_Msk (0x7UL << RCC_PLL4CFGR3_PLL4PDIV2_Pos)/*!< 0x070000…
25796 #define RCC_PLL4CFGR3_PLL4PDIV2_Pos (24U) macro25797 #define RCC_PLL4CFGR3_PLL4PDIV2_Msk (0x7UL << RCC_PLL4CFGR3_PLL4PDIV2_Pos)/*!< 0x070000…
1755 …scInitStruct->PLL4.PLLP2 = ((cfgr_value & RCC_PLL4CFGR3_PLL4PDIV2) >> RCC_PLL4CFGR3_PLL4PDIV2_Pos); in HAL_RCC_GetOscConfig()
6288 MODIFY_REG(RCC->PLL4CFGR3, RCC_PLL4CFGR3_PLL4PDIV2, P2 << RCC_PLL4CFGR3_PLL4PDIV2_Pos); in LL_RCC_PLL4_SetP2()6298 …eturn (uint32_t)(READ_BIT(RCC->PLL4CFGR3, RCC_PLL4CFGR3_PLL4PDIV2) >> RCC_PLL4CFGR3_PLL4PDIV2_Pos); in LL_RCC_PLL4_GetP2()
3951 ((((__PLLP2__) << RCC_PLL4CFGR3_PLL4PDIV2_Pos) & RCC_PLL4CFGR3_PLL4PDIV2)))); \