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

#include <ec_commands.h>

Collaboration diagram for ec_params_led_control:
Collaboration graph

Data Fields

uint8_t led_id
 
uint8_t flags
 
uint8_t brightness [EC_LED_COLOR_COUNT]
 

Detailed Description

Definition at line 2439 of file ec_commands.h.

Field Documentation

◆ brightness

uint8_t ec_params_led_control::brightness[EC_LED_COLOR_COUNT]

Definition at line 2443 of file ec_commands.h.

◆ flags

uint8_t ec_params_led_control::flags

Definition at line 2441 of file ec_commands.h.

◆ led_id

uint8_t ec_params_led_control::led_id

Definition at line 2440 of file ec_commands.h.


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