RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <rt_inputcapture.h>
成员变量 | |
rt_err_t(* | init )(struct rt_inputcapture_device *inputcapture) |
rt_err_t(* | open )(struct rt_inputcapture_device *inputcapture) |
rt_err_t(* | close )(struct rt_inputcapture_device *inputcapture) |
rt_err_t(* | get_pulsewidth )(struct rt_inputcapture_device *inputcapture, rt_uint32_t *pulsewidth_us) |
capture operators
在文件 rt_inputcapture.h 第 42 行定义.
rt_err_t(* rt_inputcapture_ops::init) (struct rt_inputcapture_device *inputcapture) |
在文件 rt_inputcapture.h 第 44 行定义.
rt_err_t(* rt_inputcapture_ops::open) (struct rt_inputcapture_device *inputcapture) |
在文件 rt_inputcapture.h 第 45 行定义.
rt_err_t(* rt_inputcapture_ops::close) (struct rt_inputcapture_device *inputcapture) |
在文件 rt_inputcapture.h 第 46 行定义.
rt_err_t(* rt_inputcapture_ops::get_pulsewidth) (struct rt_inputcapture_device *inputcapture, rt_uint32_t *pulsewidth_us) |
在文件 rt_inputcapture.h 第 47 行定义.