Searched refs:IOC_ADC_BASE (Results 1 – 1 of 1) sorted by relevance
29 #define IOC_ADC_BASE 'A' macro30 #define IOC_ADC_START IOC_ADC_BASE + 1 /**< 启动ADC设备*/31 #define IOC_ADC_STOP IOC_ADC_BASE + 2 /**< 停止ADC设备*/32 #define IOC_ADC_GET_VALUE IOC_ADC_BASE + 3 /**< 从ADC设备读取数据 */
Completed in 2 milliseconds