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

#include <ec_commands.h>

Collaboration diagram for usb_chg_measures:
Collaboration graph

Data Fields

uint16_t voltage_max
 
uint16_t voltage_now
 
uint16_t current_max
 
uint16_t current_lim
 

Detailed Description

Definition at line 5638 of file ec_commands.h.

Field Documentation

◆ current_lim

uint16_t usb_chg_measures::current_lim

Definition at line 5642 of file ec_commands.h.

◆ current_max

uint16_t usb_chg_measures::current_max

Definition at line 5641 of file ec_commands.h.

Referenced by google_chromeec_get_usb_pd_power_info().

◆ voltage_max

uint16_t usb_chg_measures::voltage_max

Definition at line 5639 of file ec_commands.h.

Referenced by google_chromeec_get_usb_pd_power_info().

◆ voltage_now

uint16_t usb_chg_measures::voltage_now

Definition at line 5640 of file ec_commands.h.


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