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

#include <rt_inputcapture.h>

成员变量

struct rt_device parent
 
const struct rt_inputcapture_opsops
 
struct rt_ringbuffer * ringbuff
 
rt_size_t watermark
 

详细描述

在文件 rt_inputcapture.h30 行定义.

结构体成员变量说明

◆ parent

struct rt_device rt_inputcapture_device::parent

在文件 rt_inputcapture.h32 行定义.

◆ ops

const struct rt_inputcapture_ops* rt_inputcapture_device::ops

在文件 rt_inputcapture.h34 行定义.

◆ ringbuff

struct rt_ringbuffer* rt_inputcapture_device::ringbuff

在文件 rt_inputcapture.h35 行定义.

◆ watermark

rt_size_t rt_inputcapture_device::watermark

在文件 rt_inputcapture.h36 行定义.