temperature_t 结构体参考文档

temperature_t 结构体参考文档

#include < thermal.h >

数据字段

enum temperature_type   type
 
const char *  name
 
浮点数 current_value
 
浮点数 throttling_threshold
 
浮点数 shutdown_threshold
 
浮点数 VR_THROTTLING_THRESHOLD
 

详细说明

定义位于文件 thermal.h 52 行

字段文档

float current_value

当前温度(摄氏度)。如果不可用,由 HAL 设置为 UNKNOWN_TEMPERATURE。如果 type=DEVICE_TEMPERATURE_UNKNOWN,则当前温度可以采用任何单位。

定义位于文件 thermal.h 70 行。

const char* name

此温度的名称。同一“类型”的所有温度都必须具有不同的“名称”。

定义位于文件 thermal.h 62 行。

float shutdown_threshold

此温度的关机温度常量。如果不可用,由 HAL 设置为 UNKNOWN_TEMPERATURE。

定义位于文件 thermal.h 82 行

float throttling_threshold

此温度的节流温度常数。如果不可用,由 HAL 设置为 UNKNOWN_TEMPERATURE。

定义位于文件 thermal.h 76 行。

此温度的类型。

定义位于文件 thermal.h 56 行。

float vr_throttling_threshold

此设备无法在超过此阈值温度时维持 VR 模式最低时钟速率。如果不可用,由 HAL 设置为 UNKNOWN_TEMPERATURE。

定义位于文件 thermal.h 89 行。


此结构体的文档是根据以下文件生成的: