Searched refs:RCC_PLL4CFGR3_PLL4PDIV1_Pos (Results 1 – 9 of 9) sorted by relevance
359 pllp1 = (pllcfgr & RCC_PLL4CFGR3_PLL4PDIV1) >> RCC_PLL4CFGR3_PLL4PDIV1_Pos; in SystemCoreClockUpdate()
416 pllp1 = (pllcfgr & RCC_PLL4CFGR3_PLL4PDIV1) >> RCC_PLL4CFGR3_PLL4PDIV1_Pos; in SystemCoreClockUpdate()
25557 #define RCC_PLL4CFGR3_PLL4PDIV1_Pos (27U) macro25558 #define RCC_PLL4CFGR3_PLL4PDIV1_Msk (0x7UL << RCC_PLL4CFGR3_PLL4PDIV1_Pos)/*!< 0x380000…
26706 #define RCC_PLL4CFGR3_PLL4PDIV1_Pos (27U) macro26707 #define RCC_PLL4CFGR3_PLL4PDIV1_Msk (0x7UL << RCC_PLL4CFGR3_PLL4PDIV1_Pos)/*!< 0x380000…
26464 #define RCC_PLL4CFGR3_PLL4PDIV1_Pos (27U) macro26465 #define RCC_PLL4CFGR3_PLL4PDIV1_Msk (0x7UL << RCC_PLL4CFGR3_PLL4PDIV1_Pos)/*!< 0x380000…
25799 #define RCC_PLL4CFGR3_PLL4PDIV1_Pos (27U) macro25800 #define RCC_PLL4CFGR3_PLL4PDIV1_Msk (0x7UL << RCC_PLL4CFGR3_PLL4PDIV1_Pos)/*!< 0x380000…
1754 …scInitStruct->PLL4.PLLP1 = ((cfgr_value & RCC_PLL4CFGR3_PLL4PDIV1) >> RCC_PLL4CFGR3_PLL4PDIV1_Pos); in HAL_RCC_GetOscConfig()
6267 MODIFY_REG(RCC->PLL4CFGR3, RCC_PLL4CFGR3_PLL4PDIV1, P1 << RCC_PLL4CFGR3_PLL4PDIV1_Pos); in LL_RCC_PLL4_SetP1()6277 …eturn (uint32_t)(READ_BIT(RCC->PLL4CFGR3, RCC_PLL4CFGR3_PLL4PDIV1) >> RCC_PLL4CFGR3_PLL4PDIV1_Pos); in LL_RCC_PLL4_GetP1()
3950 ((((__PLLP1__) << RCC_PLL4CFGR3_PLL4PDIV1_Pos) & RCC_PLL4CFGR3_PLL4PDIV1) | \