Searched refs:RCC_PLL3DIVR2_DIVS (Results 1 – 7 of 7) sorted by relevance
1641 plls = ((RCC->PLL3DIVR2 & RCC_PLL3DIVR2_DIVS) >> RCC_PLL3DIVR2_DIVS_Pos) + 1U; in HAL_RCC_GetPLL3SFreq()1815 RCC_OscInitStruct->PLL3.PLLS = (((regvalue & RCC_PLL3DIVR2_DIVS) >> RCC_PLL3DIVR2_DIVS_Pos) + 1U); in HAL_RCC_GetOscConfig()
5042 …return (uint32_t)((READ_BIT(RCC->PLL3DIVR2, RCC_PLL3DIVR2_DIVS) >> RCC_PLL3DIVR2_DIVS_Pos) + 1UL); in LL_RCC_PLL3_GetS()5118 MODIFY_REG(RCC->PLL3DIVR2, RCC_PLL3DIVR2_DIVS, (S - 1UL) << RCC_PLL3DIVR2_DIVS_Pos); in LL_RCC_PLL3_SetS()
4229 MODIFY_REG(RCC->PLL3DIVR2, RCC_PLL3DIVR2_DIVS, \4230 (((__PLL3S__) - 1U) & RCC_PLL3DIVR2_DIVS)); \
15713 #define RCC_PLL3DIVR2_DIVS RCC_PLL3DIVR2_DIVS_Msk /*!< DIVS3[2:0] bits: … macro
16771 #define RCC_PLL3DIVR2_DIVS RCC_PLL3DIVR2_DIVS_Msk /*!< DIVS3[2:0] bits: … macro
16351 #define RCC_PLL3DIVR2_DIVS RCC_PLL3DIVR2_DIVS_Msk /*!< DIVS3[2:0] bits: … macro
16131 #define RCC_PLL3DIVR2_DIVS RCC_PLL3DIVR2_DIVS_Msk /*!< DIVS3[2:0] bits: … macro