Searched refs:resultValue (Results 1 – 1 of 1) sorted by relevance
20 #define ADC12_TRANSFORM_CALIBRATION_RESULT(resultValue, bitWidth) \ argument21 (((resultValue) >= (int32_t)(uint32_t)(1UL << ((bitWidth)-1))) ? \22 ((resultValue) - (int32_t)(uint32_t)(1UL << (bitWidth))) : \23 (resultValue));