Home
last modified time | relevance | path

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

/AliOS-Things-master/components/drivers/peripheral/adc/include/vfsdev/
A Dadc_dev.h32 #define IOC_ADC_GET_VALUE IOC_ADC_BASE + 3 /**< 从ADC设备读取数据 */ macro
/AliOS-Things-master/components/drivers/peripheral/adc/example/
A Dadc_example.c46 ret = ioctl(fd, IOC_ADC_GET_VALUE, (unsigned long)&adc_arg); in vfs_adc_test()
/AliOS-Things-master/components/amp_adapter/platform/aos/peripheral/
A Daos_hal_adc.c78 ret = ioctl(*p_fd, IOC_ADC_GET_VALUE, (unsigned long)&arg); in aos_hal_adc_value_get()
/AliOS-Things-master/solutions/eduk1_demo/k1_apps/homepage/
A Dhomepage.c59 ret = ioctl(fd, IOC_ADC_GET_VALUE, (unsigned long)&adc_arg); in get_battery()
A Dhomepage.md151 ret = ioctl(fd, IOC_ADC_GET_VALUE, (unsigned long)&adc_arg);
/AliOS-Things-master/components/drivers/peripheral/adc/src/
A Dadc_dev.c39 case IOC_ADC_GET_VALUE: in adc_device_ioctl()

Completed in 5 milliseconds