Searched refs:RCC_PLL1DIVR2_DIVS (Results 1 – 7 of 7) sorted by relevance
1506 plls = ((RCC->PLL1DIVR2 & RCC_PLL1DIVR2_DIVS) >> RCC_PLL1DIVR2_DIVS_Pos) + 1U; in HAL_RCC_GetPLL1SFreq()1736 RCC_OscInitStruct->PLL1.PLLS = (((regvalue & RCC_PLL1DIVR2_DIVS) >> RCC_PLL1DIVR2_DIVS_Pos) + 1U); in HAL_RCC_GetOscConfig()
4041 …return (uint32_t)((READ_BIT(RCC->PLL1DIVR2, RCC_PLL1DIVR2_DIVS) >> RCC_PLL1DIVR2_DIVS_Pos) + 1UL); in LL_RCC_PLL1_GetS()4117 MODIFY_REG(RCC->PLL1DIVR2, RCC_PLL1DIVR2_DIVS, (S - 1UL) << RCC_PLL1DIVR2_DIVS_Pos); in LL_RCC_PLL1_SetS()
3949 MODIFY_REG(RCC->PLL1DIVR2, RCC_PLL1DIVR2_DIVS, \3950 (((__PLL1S__) - 1U) & RCC_PLL1DIVR2_DIVS)); \
15690 #define RCC_PLL1DIVR2_DIVS RCC_PLL1DIVR2_DIVS_Msk /*!< DIVS1[2:0] bits: … macro
16748 #define RCC_PLL1DIVR2_DIVS RCC_PLL1DIVR2_DIVS_Msk /*!< DIVS1[2:0] bits: … macro
16328 #define RCC_PLL1DIVR2_DIVS RCC_PLL1DIVR2_DIVS_Msk /*!< DIVS1[2:0] bits: … macro
16108 #define RCC_PLL1DIVR2_DIVS RCC_PLL1DIVR2_DIVS_Msk /*!< DIVS1[2:0] bits: … macro