Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/drivers/lpadc/
Dfsl_lpadc.c536 assert(((config->sampleChannelMode >= kLPADC_SampleChannelDiffBothSideAB) && in LPADC_SetConvCommandConfig()
538 (config->sampleChannelMode < kLPADC_SampleChannelDiffBothSideAB)); in LPADC_SetConvCommandConfig()
Dfsl_lpadc.h289kLPADC_SampleChannelDiffBothSideAB = 0x2U, /*!< Differential mode, the ADC result is (CHnA-CHnB). … enumerator
/hal_nxp-latest/mcux/mcux-sdk/components/adc_sensor/
Dfsl_adapter_lpadc_sensor.c165 cmdCfg.sampleChannelMode = kLPADC_SampleChannelDiffBothSideAB; in HAL_AdcSensorTriggerTemp()