Lines Matching refs:reg2val
1864 uint32_t reg2val; in HAL_RCC_GetOscConfig() local
1883 reg2val = RCC->ICSCR2; in HAL_RCC_GetOscConfig()
1888 pRCC_OscInitStruct->MSICalibrationValue = (uint32_t)((reg2val & RCC_ICSCR2_MSITRIM3) >> \ in HAL_RCC_GetOscConfig()
1893 pRCC_OscInitStruct->MSICalibrationValue = (uint32_t)((reg2val & RCC_ICSCR2_MSITRIM2) >> \ in HAL_RCC_GetOscConfig()
1898 pRCC_OscInitStruct->MSICalibrationValue = (uint32_t)((reg2val & RCC_ICSCR2_MSITRIM1) >> \ in HAL_RCC_GetOscConfig()
1903 pRCC_OscInitStruct->MSICalibrationValue = (uint32_t)((reg2val & RCC_ICSCR2_MSITRIM0) >> \ in HAL_RCC_GetOscConfig()
1938 reg2val = RCC->PLL1DIVR; in HAL_RCC_GetOscConfig()
1942 …pRCC_OscInitStruct->PLL.PLLN = (uint32_t)(((reg2val & RCC_PLL1DIVR_PLL1N) >> RCC_PLL1DIVR_PLL1N_Po… in HAL_RCC_GetOscConfig()
1943 …pRCC_OscInitStruct->PLL.PLLQ = (uint32_t)(((reg2val & RCC_PLL1DIVR_PLL1Q) >> RCC_PLL1DIVR_PLL1Q_Po… in HAL_RCC_GetOscConfig()
1944 …pRCC_OscInitStruct->PLL.PLLR = (uint32_t)(((reg2val & RCC_PLL1DIVR_PLL1R) >> RCC_PLL1DIVR_PLL1R_Po… in HAL_RCC_GetOscConfig()
1945 …pRCC_OscInitStruct->PLL.PLLP = (uint32_t)(((reg2val & RCC_PLL1DIVR_PLL1P) >> RCC_PLL1DIVR_PLL1P_Po… in HAL_RCC_GetOscConfig()