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

#include <ec_commands.h>

Collaboration diagram for ec_response_pd_status:
Collaboration graph

Data Fields

uint32_t curr_lim_ma
 
uint16_t status
 
int8_t active_charge_port
 

Detailed Description

Definition at line 5475 of file ec_commands.h.

Field Documentation

◆ active_charge_port

int8_t ec_response_pd_status::active_charge_port

Definition at line 5478 of file ec_commands.h.

◆ curr_lim_ma

uint32_t ec_response_pd_status::curr_lim_ma

Definition at line 5476 of file ec_commands.h.

◆ status

uint16_t ec_response_pd_status::status

Definition at line 5477 of file ec_commands.h.


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