RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <pulse_encoder.h>
成员变量 | |
rt_err_t(* | init )(struct rt_pulse_encoder_device *pulse_encoder) |
rt_int32_t(* | get_count )(struct rt_pulse_encoder_device *pulse_encoder) |
rt_err_t(* | clear_count )(struct rt_pulse_encoder_device *pulse_encoder) |
rt_err_t(* | control )(struct rt_pulse_encoder_device *pulse_encoder, rt_uint32_t cmd, void *args) |
在文件 pulse_encoder.h 第 36 行定义.
rt_err_t(* rt_pulse_encoder_ops::init) (struct rt_pulse_encoder_device *pulse_encoder) |
在文件 pulse_encoder.h 第 38 行定义.
rt_int32_t(* rt_pulse_encoder_ops::get_count) (struct rt_pulse_encoder_device *pulse_encoder) |
在文件 pulse_encoder.h 第 39 行定义.
rt_err_t(* rt_pulse_encoder_ops::clear_count) (struct rt_pulse_encoder_device *pulse_encoder) |
在文件 pulse_encoder.h 第 40 行定义.
rt_err_t(* rt_pulse_encoder_ops::control) (struct rt_pulse_encoder_device *pulse_encoder, rt_uint32_t cmd, void *args) |
在文件 pulse_encoder.h 第 41 行定义.