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

#include <thermal.h>

成员变量

struct rt_device parent
 
const struct rt_thermal_cooling_device_opsops
 
rt_ubase_t max_level
 
rt_list_t governor_node
 
struct rt_thermal_cooling_governorgov
 
void * priv
 

详细描述

在文件 thermal.h122 行定义.

结构体成员变量说明

◆ parent

struct rt_device rt_thermal_cooling_device::parent

在文件 thermal.h124 行定义.

◆ ops

const struct rt_thermal_cooling_device_ops* rt_thermal_cooling_device::ops

在文件 thermal.h126 行定义.

◆ max_level

rt_ubase_t rt_thermal_cooling_device::max_level

在文件 thermal.h129 行定义.

◆ governor_node

rt_list_t rt_thermal_cooling_device::governor_node

在文件 thermal.h130 行定义.

◆ gov

struct rt_thermal_cooling_governor* rt_thermal_cooling_device::gov

在文件 thermal.h131 行定义.

◆ priv

void* rt_thermal_cooling_device::priv

在文件 thermal.h133 行定义.