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

#include <chip.h>

Collaboration diagram for resource_config:
Collaboration graph

Data Fields

enum action_type action
 
enum ctrl_type type
 
union {
   const struct clk_config *   clk_conf
 
   const struct gpio_config *   gpio_conf
 
}; 
 

Detailed Description

Definition at line 103 of file chip.h.

Field Documentation

◆ 

union { ... }

◆ action

enum action_type resource_config::action

Definition at line 99 of file chip.h.

Referenced by resource_get_action_type().

◆ clk_conf

const struct clk_config* resource_config::clk_conf

Definition at line 107 of file chip.h.

Referenced by resource_clk_config(), and resource_set_clk_config().

◆ gpio_conf

const struct gpio_config* resource_config::gpio_conf

Definition at line 108 of file chip.h.

Referenced by resource_gpio_config(), and resource_set_gpio_config().

◆ type

enum ctrl_type resource_config::type

Definition at line 99 of file chip.h.

Referenced by resource_set_clk_config(), and resource_set_gpio_config().


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