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

#include <ec_commands.h>

Collaboration diagram for ec_params_usb_charge_set_mode:
Collaboration graph

Data Fields

uint8_t usb_port_id
 
uint8_t mode:7
 
uint8_t inhibit_charge:1
 

Detailed Description

Definition at line 3262 of file ec_commands.h.

Field Documentation

◆ inhibit_charge

uint8_t ec_params_usb_charge_set_mode::inhibit_charge

Definition at line 3265 of file ec_commands.h.

◆ mode

uint8_t ec_params_usb_charge_set_mode::mode

Definition at line 3264 of file ec_commands.h.

Referenced by google_chromeec_set_usb_charge_mode().

◆ usb_port_id

uint8_t ec_params_usb_charge_set_mode::usb_port_id

Definition at line 3263 of file ec_commands.h.


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