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

#include <regulator.h>

成员变量

rt_list_t list
 
rt_list_t children_nodes
 
struct rt_devicedev
 
struct rt_regulator_nodeparent
 
const char * supply_name
 
const struct rt_regulator_opsops
 
struct rt_ref ref
 
rt_atomic_t enabled_count
 
const struct rt_regulator_paramparam
 
rt_list_t notifier_nodes
 
void * priv
 

详细描述

在文件 regulator.h44 行定义.

结构体成员变量说明

◆ list

rt_list_t rt_regulator_node::list

在文件 regulator.h46 行定义.

◆ children_nodes

rt_list_t rt_regulator_node::children_nodes

在文件 regulator.h47 行定义.

◆ dev

struct rt_device* rt_regulator_node::dev

在文件 regulator.h49 行定义.

◆ parent

struct rt_regulator_node* rt_regulator_node::parent

在文件 regulator.h50 行定义.

◆ supply_name

const char* rt_regulator_node::supply_name

在文件 regulator.h52 行定义.

◆ ops

const struct rt_regulator_ops* rt_regulator_node::ops

在文件 regulator.h53 行定义.

◆ ref

struct rt_ref rt_regulator_node::ref

在文件 regulator.h55 行定义.

◆ enabled_count

rt_atomic_t rt_regulator_node::enabled_count

在文件 regulator.h56 行定义.

◆ param

const struct rt_regulator_param* rt_regulator_node::param

在文件 regulator.h58 行定义.

◆ notifier_nodes

rt_list_t rt_regulator_node::notifier_nodes

在文件 regulator.h60 行定义.

◆ priv

void* rt_regulator_node::priv

在文件 regulator.h62 行定义.