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

#include <ec_commands.h>

Collaboration diagram for ec_response_pchg:
Collaboration graph

Data Fields

uint32_t error
 
uint8_t state
 
uint8_t battery_percentage
 
uint8_t unused0
 
uint8_t unused1
 
uint32_t fw_version
 
uint32_t dropped_event_count
 

Detailed Description

Definition at line 6901 of file ec_commands.h.

Field Documentation

◆ battery_percentage

uint8_t ec_response_pchg::battery_percentage

Definition at line 6904 of file ec_commands.h.

◆ dropped_event_count

uint32_t ec_response_pchg::dropped_event_count

Definition at line 6909 of file ec_commands.h.

◆ error

uint32_t ec_response_pchg::error

Definition at line 6902 of file ec_commands.h.

◆ fw_version

uint32_t ec_response_pchg::fw_version

Definition at line 6908 of file ec_commands.h.

◆ state

uint8_t ec_response_pchg::state

Definition at line 6903 of file ec_commands.h.

◆ unused0

uint8_t ec_response_pchg::unused0

Definition at line 6905 of file ec_commands.h.

◆ unused1

uint8_t ec_response_pchg::unused1

Definition at line 6906 of file ec_commands.h.


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