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

#include <reset.h>

成员变量

rt_err_t(* ofw_parse )(struct rt_reset_control *rstc, struct rt_ofw_cell_args *args)
 
rt_err_t(* reset )(struct rt_reset_control *rstc)
 
rt_err_t(* assert )(struct rt_reset_control *rstc)
 
rt_err_t(* deassert )(struct rt_reset_control *rstc)
 
int(* status )(struct rt_reset_control *rstc)
 

详细描述

在文件 reset.h50 行定义.

结构体成员变量说明

◆ ofw_parse

rt_err_t(* rt_reset_control_ops::ofw_parse) (struct rt_reset_control *rstc, struct rt_ofw_cell_args *args)

在文件 reset.h56 行定义.

◆ reset

rt_err_t(* rt_reset_control_ops::reset) (struct rt_reset_control *rstc)

在文件 reset.h58 行定义.

◆ assert

rt_err_t(* rt_reset_control_ops::assert) (struct rt_reset_control *rstc)

在文件 reset.h59 行定义.

◆ deassert

rt_err_t(* rt_reset_control_ops::deassert) (struct rt_reset_control *rstc)

在文件 reset.h60 行定义.

◆ status

int(* rt_reset_control_ops::status) (struct rt_reset_control *rstc)

在文件 reset.h61 行定义.