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

#include <ec_commands.h>

Collaboration diagram for rgb_s:
Collaboration graph

Data Fields

uint8_t r
 
uint8_t g
 
uint8_t b
 

Detailed Description

Definition at line 2095 of file ec_commands.h.

Field Documentation

◆ b

uint8_t rgb_s::b

Definition at line 2096 of file ec_commands.h.

◆ g

uint8_t rgb_s::g

Definition at line 2096 of file ec_commands.h.

◆ r

uint8_t rgb_s::r

Definition at line 2096 of file ec_commands.h.


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