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

#include <chip.h>

Collaboration diagram for peg_config:
Collaboration graph

Data Fields

bool is_onboard
 
uint8_t power_limit_scale
 
uint8_t power_limit_value
 
uint16_t phys_slot_number
 

Detailed Description

Definition at line 9 of file chip.h.

Field Documentation

◆ is_onboard

bool peg_config::is_onboard

Definition at line 10 of file chip.h.

◆ phys_slot_number

uint16_t peg_config::phys_slot_number

Definition at line 13 of file chip.h.

◆ power_limit_scale

uint8_t peg_config::power_limit_scale

Definition at line 11 of file chip.h.

◆ power_limit_value

uint8_t peg_config::power_limit_value

Definition at line 12 of file chip.h.


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