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

#include <chip.h>

Collaboration diagram for operation_type:
Collaboration graph

Data Fields

enum ctrl_type type
 
uint8_t index
 
enum action_type action
 
uint32_t delay_ms
 

Detailed Description

Definition at line 131 of file chip.h.

Field Documentation

◆ action

enum action_type operation_type::action

Definition at line 133 of file chip.h.

Referenced by fill_power_res_sequence().

◆ delay_ms

uint32_t operation_type::delay_ms

Definition at line 135 of file chip.h.

Referenced by fill_power_res_sequence().

◆ index

uint8_t operation_type::index

Definition at line 133 of file chip.h.

Referenced by add_guarded_operations(), and fill_power_res_sequence().

◆ type

enum ctrl_type operation_type::type

Definition at line 120 of file chip.h.

Referenced by add_guarded_operations(), and fill_power_res_sequence().


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