Searched refs:RCC_PLL3CFGR1_PLL3DIVN_Pos (Results 1 – 9 of 9) sorted by relevance
341 plln = (pllcfgr & RCC_PLL3CFGR1_PLL3DIVN) >> RCC_PLL3CFGR1_PLL3DIVN_Pos; in SystemCoreClockUpdate()
398 plln = (pllcfgr & RCC_PLL3CFGR1_PLL3DIVN) >> RCC_PLL3CFGR1_PLL3DIVN_Pos; in SystemCoreClockUpdate()
25457 #define RCC_PLL3CFGR1_PLL3DIVN_Pos (8U) macro25458 #define RCC_PLL3CFGR1_PLL3DIVN_Msk (0xFFFUL << RCC_PLL3CFGR1_PLL3DIVN_Pos) /*!< 0x000F…
26606 #define RCC_PLL3CFGR1_PLL3DIVN_Pos (8U) macro26607 #define RCC_PLL3CFGR1_PLL3DIVN_Msk (0xFFFUL << RCC_PLL3CFGR1_PLL3DIVN_Pos) /*!< 0x000F…
26364 #define RCC_PLL3CFGR1_PLL3DIVN_Pos (8U) macro26365 #define RCC_PLL3CFGR1_PLL3DIVN_Msk (0xFFFUL << RCC_PLL3CFGR1_PLL3DIVN_Pos) /*!< 0x000F…
25699 #define RCC_PLL3CFGR1_PLL3DIVN_Pos (8U) macro25700 #define RCC_PLL3CFGR1_PLL3DIVN_Msk (0xFFFUL << RCC_PLL3CFGR1_PLL3DIVN_Pos) /*!< 0x000F…
1723 …C_OscInitStruct->PLL3.PLLN = ((cfgr_value & RCC_PLL3CFGR1_PLL3DIVN) >> RCC_PLL3CFGR1_PLL3DIVN_Pos); in HAL_RCC_GetOscConfig()
5874 MODIFY_REG(RCC->PLL3CFGR1, RCC_PLL3CFGR1_PLL3DIVN, N << RCC_PLL3CFGR1_PLL3DIVN_Pos); in LL_RCC_PLL3_SetN()5885 …return (uint32_t)((READ_BIT(RCC->PLL3CFGR1, RCC_PLL3CFGR1_PLL3DIVN) >> RCC_PLL3CFGR1_PLL3DIVN_Pos)… in LL_RCC_PLL3_GetN()
3844 … | ( (__PLLM__) << RCC_PLL3CFGR1_PLL3DIVM_Pos) | (((__PLLN__) << RCC_PLL3CFGR1_PLL3DIVN_Pos)))); \