Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Dadc_if.h39 ADC_IO_CLOSE, /**< Close the ADC device. */ enumerator
/ohos5.0/drivers/hdf_core/framework/support/platform/src/adc/
H A Dadc_if_u.c103 ret = service->dispatcher->Dispatch(&service->object, ADC_IO_CLOSE, data, NULL); in AdcClose()
H A Dadc_core.c437 case ADC_IO_CLOSE: in AdcManagerDispatch()