Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpadc/
Dfsl_lpadc.h1175 static inline void LPADC_SetOffsetValue(ADC_Type *base, uint32_t value) in LPADC_SetOffsetValue() function
1207 static inline void LPADC_SetOffsetValue(ADC_Type *base, int16_t value) in LPADC_SetOffsetValue() function
1243 static inline void LPADC_SetOffsetValue(ADC_Type *base, int32_t valueA, int32_t valueB) in LPADC_SetOffsetValue() function
Dfsl_lpadc.c734 LPADC_SetOffsetValue(base, (uint32_t)(mLpadcResultConfigStruct.convValue) >> 3UL); in LPADC_DoAutoCalibration()