RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <regulator.h>
成员变量 | |
rt_list_t | list |
rt_list_t | children_nodes |
struct rt_device * | dev |
struct rt_regulator_node * | parent |
const char * | supply_name |
const struct rt_regulator_ops * | ops |
struct rt_ref | ref |
rt_atomic_t | enabled_count |
const struct rt_regulator_param * | param |
rt_list_t | notifier_nodes |
void * | priv |
在文件 regulator.h 第 44 行定义.
rt_list_t rt_regulator_node::list |
在文件 regulator.h 第 46 行定义.
rt_list_t rt_regulator_node::children_nodes |
在文件 regulator.h 第 47 行定义.
struct rt_device* rt_regulator_node::dev |
在文件 regulator.h 第 49 行定义.
struct rt_regulator_node* rt_regulator_node::parent |
在文件 regulator.h 第 50 行定义.
const char* rt_regulator_node::supply_name |
在文件 regulator.h 第 52 行定义.
const struct rt_regulator_ops* rt_regulator_node::ops |
在文件 regulator.h 第 53 行定义.
struct rt_ref rt_regulator_node::ref |
在文件 regulator.h 第 55 行定义.
rt_atomic_t rt_regulator_node::enabled_count |
在文件 regulator.h 第 56 行定义.
const struct rt_regulator_param* rt_regulator_node::param |
在文件 regulator.h 第 58 行定义.
rt_list_t rt_regulator_node::notifier_nodes |
在文件 regulator.h 第 60 行定义.
void* rt_regulator_node::priv |
在文件 regulator.h 第 62 行定义.