Searched refs:RCC_PLL2CFGR1_PLL2DIVN_Pos (Results 1 – 9 of 9) sorted by relevance
326 plln = (pllcfgr & RCC_PLL2CFGR1_PLL2DIVN) >> RCC_PLL2CFGR1_PLL2DIVN_Pos; in SystemCoreClockUpdate()
383 plln = (pllcfgr & RCC_PLL2CFGR1_PLL2DIVN) >> RCC_PLL2CFGR1_PLL2DIVN_Pos; in SystemCoreClockUpdate()
25403 #define RCC_PLL2CFGR1_PLL2DIVN_Pos (8U) macro25404 #define RCC_PLL2CFGR1_PLL2DIVN_Msk (0xFFFUL << RCC_PLL2CFGR1_PLL2DIVN_Pos) /*!< 0x000F…
26552 #define RCC_PLL2CFGR1_PLL2DIVN_Pos (8U) macro26553 #define RCC_PLL2CFGR1_PLL2DIVN_Msk (0xFFFUL << RCC_PLL2CFGR1_PLL2DIVN_Pos) /*!< 0x000F…
26310 #define RCC_PLL2CFGR1_PLL2DIVN_Pos (8U) macro26311 #define RCC_PLL2CFGR1_PLL2DIVN_Msk (0xFFFUL << RCC_PLL2CFGR1_PLL2DIVN_Pos) /*!< 0x000F…
25645 #define RCC_PLL2CFGR1_PLL2DIVN_Pos (8U) macro25646 #define RCC_PLL2CFGR1_PLL2DIVN_Msk (0xFFFUL << RCC_PLL2CFGR1_PLL2DIVN_Pos) /*!< 0x000F…
1696 …C_OscInitStruct->PLL2.PLLN = ((cfgr_value & RCC_PLL2CFGR1_PLL2DIVN) >> RCC_PLL2CFGR1_PLL2DIVN_Pos); in HAL_RCC_GetOscConfig()
5524 MODIFY_REG(RCC->PLL2CFGR1, RCC_PLL2CFGR1_PLL2DIVN, N << RCC_PLL2CFGR1_PLL2DIVN_Pos); in LL_RCC_PLL2_SetN()5535 …return (uint32_t)((READ_BIT(RCC->PLL2CFGR1, RCC_PLL2CFGR1_PLL2DIVN) >> RCC_PLL2CFGR1_PLL2DIVN_Pos)… in LL_RCC_PLL2_GetN()
3741 … | ( (__PLLM__) << RCC_PLL2CFGR1_PLL2DIVM_Pos) | (((__PLLN__) << RCC_PLL2CFGR1_PLL2DIVN_Pos)))); \