Home
last modified time | relevance | path

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

/hal_nxp-latest/mcux/mcux-sdk/components/adc_sensor/
Dfsl_adapter_lpadc_sensor.c185 LPADC_DoSoftwareTrigger(state->adc, 1U); /* 1U is trigger0 mask. */ in HAL_AdcSensorTriggerTemp()
231 LPADC_DoSoftwareTrigger(state->adc, 1U); /* 1U is trigger0 mask. */ in HAL_AdcSensorTriggerVolt()
/hal_nxp-latest/mcux/mcux-sdk/drivers/lpadc/
Dfsl_lpadc.h1082 static inline void LPADC_DoSoftwareTrigger(ADC_Type *base, uint32_t triggerIdMask) in LPADC_DoSoftwareTrigger() function
Dfsl_lpadc.c729 LPADC_DoSoftwareTrigger(base, 1U); /* 1U is trigger0 mask. */ in LPADC_DoAutoCalibration()