Home
last modified time | relevance | path

Searched refs:resultValue (Results 1 – 1 of 1) sorted by relevance

/hal_nxp-3.6.0/mcux/mcux-sdk/drivers/adc12/
Dfsl_adc12.c20 #define ADC12_TRANSFORM_CALIBRATION_RESULT(resultValue, bitWidth) \ argument
21 (((resultValue) >= (int32_t)(uint32_t)(1UL << ((bitWidth)-1))) ? \
22 ((resultValue) - (int32_t)(uint32_t)(1UL << (bitWidth))) : \
23 (resultValue));