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

#include <ec_commands.h>

Collaboration diagram for ec_params_pwm_set_duty:
Collaboration graph

Data Fields

uint16_t duty
 
uint8_t pwm_type
 
uint8_t index
 

Detailed Description

Definition at line 2069 of file ec_commands.h.

Field Documentation

◆ duty

uint16_t ec_params_pwm_set_duty::duty

Definition at line 2070 of file ec_commands.h.

◆ index

uint8_t ec_params_pwm_set_duty::index

Definition at line 2072 of file ec_commands.h.

◆ pwm_type

uint8_t ec_params_pwm_set_duty::pwm_type

Definition at line 2071 of file ec_commands.h.


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