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

#include <clk.h>

成员变量

struct rt_object rt_parent
 
rt_list_t list
 
rt_list_t children_nodes
 
const char * name
 
const struct rt_clk_opsops
 
struct rt_clk_nodeparent
 
struct rt_ref ref
 
rt_ubase_t rate
 
rt_ubase_t min_rate
 
rt_ubase_t max_rate
 
rt_size_t notifier_count
 
void * priv
 
struct rt_clkclk
 
rt_size_t multi_clk
 

详细描述

在文件 clk.h24 行定义.

结构体成员变量说明

◆ rt_parent

struct rt_object rt_clk_node::rt_parent

在文件 clk.h42 行定义.

◆ list

rt_list_t rt_clk_node::list

在文件 clk.h44 行定义.

◆ children_nodes

rt_list_t rt_clk_node::children_nodes

在文件 clk.h45 行定义.

◆ name

const char* rt_clk_node::name

在文件 clk.h47 行定义.

◆ ops

const struct rt_clk_ops* rt_clk_node::ops

在文件 clk.h48 行定义.

◆ parent

struct rt_clk_node* rt_clk_node::parent

在文件 clk.h50 行定义.

◆ ref

struct rt_ref rt_clk_node::ref

在文件 clk.h51 行定义.

◆ rate

rt_ubase_t rt_clk_node::rate

在文件 clk.h53 行定义.

◆ min_rate

rt_ubase_t rt_clk_node::min_rate

在文件 clk.h54 行定义.

◆ max_rate

rt_ubase_t rt_clk_node::max_rate

在文件 clk.h55 行定义.

◆ notifier_count

rt_size_t rt_clk_node::notifier_count

在文件 clk.h57 行定义.

◆ priv

void* rt_clk_node::priv

在文件 clk.h59 行定义.

◆ clk

struct rt_clk* rt_clk_node::clk

在文件 clk.h61 行定义.

◆ multi_clk

rt_size_t rt_clk_node::multi_clk

在文件 clk.h62 行定义.