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

#include <reset.h>

成员变量

struct rt_object parent
 
rt_list_t rstc_nodes
 
const char * name
 
const struct rt_reset_control_opsops
 
struct rt_ofw_nodeofw_node
 
void * priv
 
struct rt_spinlock spinlock
 

详细描述

在文件 reset.h22 行定义.

结构体成员变量说明

◆ parent

struct rt_object rt_reset_controller::parent

在文件 reset.h24 行定义.

◆ rstc_nodes

rt_list_t rt_reset_controller::rstc_nodes

在文件 reset.h26 行定义.

◆ name

const char* rt_reset_controller::name

在文件 reset.h28 行定义.

◆ ops

const struct rt_reset_control_ops* rt_reset_controller::ops

在文件 reset.h29 行定义.

◆ ofw_node

struct rt_ofw_node* rt_reset_controller::ofw_node

在文件 reset.h31 行定义.

◆ priv

void* rt_reset_controller::priv

在文件 reset.h32 行定义.

◆ spinlock

struct rt_spinlock rt_reset_controller::spinlock

在文件 reset.h34 行定义.