RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
rt_pulse_encoder_ops结构体 参考

#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.h36 行定义.

结构体成员变量说明

◆ init

rt_err_t(* rt_pulse_encoder_ops::init) (struct rt_pulse_encoder_device *pulse_encoder)

在文件 pulse_encoder.h38 行定义.

◆ get_count

rt_int32_t(* rt_pulse_encoder_ops::get_count) (struct rt_pulse_encoder_device *pulse_encoder)

在文件 pulse_encoder.h39 行定义.

◆ clear_count

rt_err_t(* rt_pulse_encoder_ops::clear_count) (struct rt_pulse_encoder_device *pulse_encoder)

在文件 pulse_encoder.h40 行定义.

◆ control

rt_err_t(* rt_pulse_encoder_ops::control) (struct rt_pulse_encoder_device *pulse_encoder, rt_uint32_t cmd, void *args)

在文件 pulse_encoder.h41 行定义.