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

#include <tmu.h>

Collaboration diagram for temperature_params:
Collaboration graph

Data Fields

unsigned int min_val
 
unsigned int max_val
 
unsigned int start_warning
 
unsigned int start_tripping
 
unsigned int hardware_tripping
 

Detailed Description

Definition at line 53 of file tmu.h.

Field Documentation

◆ hardware_tripping

unsigned int temperature_params::hardware_tripping

Definition at line 63 of file tmu.h.

Referenced by tmu_setup_parameters().

◆ max_val

unsigned int temperature_params::max_val

Definition at line 57 of file tmu.h.

◆ min_val

unsigned int temperature_params::min_val

Definition at line 55 of file tmu.h.

◆ start_tripping

unsigned int temperature_params::start_tripping

Definition at line 61 of file tmu.h.

Referenced by tmu_setup_parameters().

◆ start_warning

unsigned int temperature_params::start_warning

Definition at line 59 of file tmu.h.

Referenced by tmu_setup_parameters().


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