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

#include <hwtimer.h>

成员变量

struct rt_device parent
 
const struct rt_hwtimer_opsops
 
const struct rt_hwtimer_infoinfo
 
rt_int32_t freq
 
rt_int32_t overflow
 
float period_sec
 
rt_int32_t cycles
 
rt_int32_t reload
 
rt_hwtimer_mode_t mode
 

详细描述

在文件 hwtimer.h64 行定义.

结构体成员变量说明

◆ parent

struct rt_device rt_hwtimer_device::parent

在文件 hwtimer.h66 行定义.

◆ ops

const struct rt_hwtimer_ops* rt_hwtimer_device::ops

在文件 hwtimer.h67 行定义.

◆ info

const struct rt_hwtimer_info* rt_hwtimer_device::info

在文件 hwtimer.h68 行定义.

◆ freq

rt_int32_t rt_hwtimer_device::freq

在文件 hwtimer.h70 行定义.

◆ overflow

rt_int32_t rt_hwtimer_device::overflow

在文件 hwtimer.h71 行定义.

◆ period_sec

float rt_hwtimer_device::period_sec

在文件 hwtimer.h72 行定义.

◆ cycles

rt_int32_t rt_hwtimer_device::cycles

在文件 hwtimer.h73 行定义.

◆ reload

rt_int32_t rt_hwtimer_device::reload

在文件 hwtimer.h74 行定义.

◆ mode

rt_hwtimer_mode_t rt_hwtimer_device::mode

在文件 hwtimer.h75 行定义.