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

#include <ec_commands.h>

Collaboration diagram for ec_params_thermal_set_threshold:
Collaboration graph

Data Fields

uint8_t sensor_type
 
uint8_t threshold_id
 
uint16_t value
 

Detailed Description

Definition at line 3428 of file ec_commands.h.

Field Documentation

◆ sensor_type

uint8_t ec_params_thermal_set_threshold::sensor_type

Definition at line 3429 of file ec_commands.h.

◆ threshold_id

uint8_t ec_params_thermal_set_threshold::threshold_id

Definition at line 3430 of file ec_commands.h.

◆ value

uint16_t ec_params_thermal_set_threshold::value

Definition at line 3431 of file ec_commands.h.


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