Searched refs:regICSRvalue (Results 1 – 2 of 2) sorted by relevance
1395 uint32_t regICSRvalue; in HAL_RCC_GetOscConfig() local1407 regICSRvalue = RCC->ICSCR; /* Get Internal Clock Sources Calibration register */ in HAL_RCC_GetOscConfig()1416 …RCC_OscInitStruct->MSICalibrationValue = ((regICSRvalue & RCC_ICSCR_MSITRIM) >> RCC_ICSCR_MSITRIM_… in HAL_RCC_GetOscConfig()1421 …RCC_OscInitStruct->HSICalibrationValue = ((regICSRvalue & RCC_ICSCR_HSITRIM) >> RCC_ICSCR_HSITRIM_… in HAL_RCC_GetOscConfig()
1530 uint32_t regICSRvalue; in HAL_RCC_GetOscConfig() local1546 regICSRvalue = RCC->ICSCR; /* Get Internal Clock Sources Calibration register */ in HAL_RCC_GetOscConfig()1554 …RCC_OscInitStruct->MSICalibrationValue = (regICSRvalue & RCC_ICSCR_MSITRIM) >> RCC_ICSCR_MSITRIM_P… in HAL_RCC_GetOscConfig()1559 …RCC_OscInitStruct->HSICalibrationValue = ((regICSRvalue & RCC_ICSCR_HSITRIM) >> RCC_ICSCR_HSITRIM_… in HAL_RCC_GetOscConfig()