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

#include <thermal.h>

成员变量

rt_list_t list
 
struct rt_thermal_zone_devicezdev
 
rt_thermal_notifier_callback callback
 
void * priv
 

详细描述

在文件 thermal.h171 行定义.

结构体成员变量说明

◆ list

rt_list_t rt_thermal_notifier::list

在文件 thermal.h173 行定义.

◆ zdev

struct rt_thermal_zone_device* rt_thermal_notifier::zdev

在文件 thermal.h175 行定义.

◆ callback

rt_thermal_notifier_callback rt_thermal_notifier::callback

在文件 thermal.h176 行定义.

◆ priv

void* rt_thermal_notifier::priv

在文件 thermal.h177 行定义.