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

#include <thermal.h>

成员变量

rt_uint32_t contribution
 
rt_size_t cells_nr
 
struct rt_thermal_cooling_cellcells
 
struct rt_thermal_triptrips
 

详细描述

在文件 thermal.h64 行定义.

结构体成员变量说明

◆ contribution

rt_uint32_t rt_thermal_cooling_map::contribution

在文件 thermal.h66 行定义.

◆ cells_nr

rt_size_t rt_thermal_cooling_map::cells_nr

在文件 thermal.h68 行定义.

◆ cells

struct rt_thermal_cooling_cell* rt_thermal_cooling_map::cells

在文件 thermal.h69 行定义.

◆ trips

struct rt_thermal_trip* rt_thermal_cooling_map::trips

在文件 thermal.h70 行定义.