Searched refs:IOC_ADC_STOP (Results 1 – 6 of 6) sorted by relevance
31 #define IOC_ADC_STOP IOC_ADC_BASE + 2 /**< 停止ADC设备*/ macro
50 ret = ioctl(fd, IOC_ADC_STOP, 0); in vfs_adc_test()
107 ret = ioctl(*p_fd, IOC_ADC_STOP, 0); in aos_hal_adc_finalize()
72 ret = ioctl(fd, IOC_ADC_STOP, 0); in get_battery()
164 ret = ioctl(fd, IOC_ADC_STOP, 0);
65 case IOC_ADC_STOP: in adc_device_ioctl()
Completed in 7 milliseconds