RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#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) |
rt_err_t(* rt_reset_control_ops::ofw_parse) (struct rt_reset_control *rstc, struct rt_ofw_cell_args *args) |
rt_err_t(* rt_reset_control_ops::reset) (struct rt_reset_control *rstc) |
rt_err_t(* rt_reset_control_ops::assert) (struct rt_reset_control *rstc) |
rt_err_t(* rt_reset_control_ops::deassert) (struct rt_reset_control *rstc) |
int(* rt_reset_control_ops::status) (struct rt_reset_control *rstc) |