Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/include/platform/
H A Dadc_if.h37 ADC_IO_READ = 0, /**< Read the A/D data. */ enumerator
/ohos5.0/drivers/hdf_core/framework/support/platform/src/adc/
H A Dadc_if_u.c146 ret = service->dispatcher->Dispatch(&service->object, ADC_IO_READ, data, reply); in AdcRead()
H A Dadc_core.c439 case ADC_IO_READ: in AdcManagerDispatch()