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

#include <chip.h>

Collaboration diagram for intel_pwdb:
Collaboration graph

Data Fields

char name [32]
 
uint32_t value
 
uint32_t entry_type
 
uint32_t delay_usec
 

Detailed Description

Definition at line 198 of file chip.h.

Field Documentation

◆ delay_usec

uint32_t intel_pwdb::delay_usec

Definition at line 203 of file chip.h.

◆ entry_type

uint32_t intel_pwdb::entry_type

Definition at line 202 of file chip.h.

◆ name

char intel_pwdb::name[32]

Definition at line 199 of file chip.h.

◆ value

uint32_t intel_pwdb::value

Definition at line 201 of file chip.h.


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