Home
last modified time | relevance | path

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

/hal_openisa-latest/vega_sdk_riscv/devices/RV32M1/drivers/
Dfsl_lpadc.h516 static inline void LPADC_DoSoftwareTrigger(ADC_Type *base, uint32_t triggerIdMask) in LPADC_DoSoftwareTrigger() function
Dfsl_lpadc.c323 LPADC_DoSoftwareTrigger(base, 1U); /* 1U is trigger0 mask. */ in LPADC_DoAutoCalibration()