FreeBSD kernel WPI device code
wpi_power_group Struct Reference

#include <if_wpivar.h>

Collaboration diagram for wpi_power_group:

Data Fields

struct wpi_power_sample samples [WPI_SAMPLES_COUNT]
 
uint8_t chan
 
int8_t maxpwr
 
int16_t temp
 

Detailed Description

Definition at line 108 of file if_wpivar.h.

Field Documentation

◆ chan

uint8_t wpi_power_group::chan

Definition at line 111 of file if_wpivar.h.

Referenced by wpi_read_eeprom_group().

◆ maxpwr

int8_t wpi_power_group::maxpwr

Definition at line 112 of file if_wpivar.h.

Referenced by wpi_get_power_index(), and wpi_read_eeprom_group().

◆ samples

struct wpi_power_sample wpi_power_group::samples[WPI_SAMPLES_COUNT]

Definition at line 110 of file if_wpivar.h.

Referenced by wpi_get_power_index(), and wpi_read_eeprom_group().

◆ temp

int16_t wpi_power_group::temp

Definition at line 113 of file if_wpivar.h.

Referenced by wpi_get_power_index(), and wpi_read_eeprom_group().


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