Home
last modified time | relevance | path

Searched refs:IOC_ADC_STOP (Results 1 – 6 of 6) sorted by relevance

/AliOS-Things-master/components/drivers/peripheral/adc/include/vfsdev/
A Dadc_dev.h31 #define IOC_ADC_STOP IOC_ADC_BASE + 2 /**< 停止ADC设备*/ macro
/AliOS-Things-master/components/drivers/peripheral/adc/example/
A Dadc_example.c50 ret = ioctl(fd, IOC_ADC_STOP, 0); in vfs_adc_test()
/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/
A Daos_hal_adc.c107 ret = ioctl(*p_fd, IOC_ADC_STOP, 0); in aos_hal_adc_finalize()
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/homepage/
A Dhomepage.c72 ret = ioctl(fd, IOC_ADC_STOP, 0); in get_battery()
A Dhomepage.md164 ret = ioctl(fd, IOC_ADC_STOP, 0);
/AliOS-Things-master/components/drivers/peripheral/adc/src/
A Dadc_dev.c65 case IOC_ADC_STOP: in adc_device_ioctl()

Completed in 7 milliseconds