Searched refs:calibration_value (Results 1 – 1 of 1) sorted by relevance
966 uint32_t calibration_value; in XMC_VADC_GLOBAL_SHS_GetOffsetCalibrationValue() local975 calibration_value = 0U; in XMC_VADC_GLOBAL_SHS_GetOffsetCalibrationValue()978 …calibration_value = (shs_ptr->CALOC0 >> (uint32_t)gain_level) & (uint32_t)SHS_CALOC0_CALOFFVAL0_Ms… in XMC_VADC_GLOBAL_SHS_GetOffsetCalibrationValue()982 …calibration_value = (shs_ptr->CALOC1 >> (uint32_t)gain_level) & (uint32_t)SHS_CALOC1_CALOFFVAL0_Ms… in XMC_VADC_GLOBAL_SHS_GetOffsetCalibrationValue()988 return ((uint8_t)calibration_value); in XMC_VADC_GLOBAL_SHS_GetOffsetCalibrationValue()