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

#include <thermal.h>

成员变量

int temperature
 
int hysteresis
 
enum rt_thermal_trip_type type
 
void * priv
 

详细描述

在文件 thermal.h36 行定义.

结构体成员变量说明

◆ temperature

int rt_thermal_trip::temperature

在文件 thermal.h39 行定义.

◆ hysteresis

int rt_thermal_trip::hysteresis

在文件 thermal.h41 行定义.

◆ type

enum rt_thermal_trip_type rt_thermal_trip::type

在文件 thermal.h42 行定义.

◆ priv

void* rt_thermal_trip::priv

在文件 thermal.h44 行定义.