coreboot
coreboot is an Open Source project aimed at replacing the proprietary BIOS found in most computers.
ec_thermal_config Struct Reference

#include <ec_commands.h>

Collaboration diagram for ec_thermal_config:
Collaboration graph

Data Fields

uint32_t temp_host [EC_TEMP_THRESH_COUNT]
 
uint32_t temp_host_release [EC_TEMP_THRESH_COUNT]
 
uint32_t temp_fan_off
 
uint32_t temp_fan_max
 

Detailed Description

Definition at line 3476 of file ec_commands.h.

Field Documentation

◆ temp_fan_max

uint32_t ec_thermal_config::temp_fan_max

Definition at line 3480 of file ec_commands.h.

◆ temp_fan_off

uint32_t ec_thermal_config::temp_fan_off

Definition at line 3479 of file ec_commands.h.

◆ temp_host

uint32_t ec_thermal_config::temp_host[EC_TEMP_THRESH_COUNT]

Definition at line 3477 of file ec_commands.h.

◆ temp_host_release

uint32_t ec_thermal_config::temp_host_release[EC_TEMP_THRESH_COUNT]

Definition at line 3478 of file ec_commands.h.


The documentation for this struct was generated from the following file: