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

#include <chip.h>

Collaboration diagram for lm96000_temp_zone:
Collaboration graph

Public Types

enum  { LM96000_LOW_TEMP_OFF = 0 , LM96000_LOW_TEMP_MIN = 1 }
 

Data Fields

u8 low_temp
 
u8 target_temp
 
u8 panic_temp
 
enum lm96000_temp_zone:: { ... }  min_off
 
u8 hysteresis
 

Detailed Description

Definition at line 82 of file chip.h.

Member Enumeration Documentation

◆ anonymous enum

anonymous enum
Enumerator
LM96000_LOW_TEMP_OFF 
LM96000_LOW_TEMP_MIN 

Definition at line 90 of file chip.h.

Field Documentation

◆ hysteresis

u8 lm96000_temp_zone::hysteresis

Definition at line 96 of file chip.h.

◆ low_temp

u8 lm96000_temp_zone::low_temp

Definition at line 83 of file chip.h.

◆ 

enum { ... } lm96000_temp_zone::min_off

◆ panic_temp

u8 lm96000_temp_zone::panic_temp

Definition at line 85 of file chip.h.

◆ target_temp

u8 lm96000_temp_zone::target_temp

Definition at line 84 of file chip.h.


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