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

#include <chip.h>

Collaboration diagram for nct7802y_fan_config:
Collaboration graph

Data Fields

enum nct7802y_fan_mode mode
 
union {
   u8   duty_cycle
 
   struct nct7802y_fan_smartconfig   smart
 
}; 
 

Detailed Description

Definition at line 81 of file chip.h.

Field Documentation

◆ 

union { ... }

◆ duty_cycle

u8 nct7802y_fan_config::duty_cycle

Definition at line 84 of file chip.h.

◆ mode

enum nct7802y_fan_mode nct7802y_fan_config::mode

Definition at line 76 of file chip.h.

◆ smart

struct nct7802y_fan_smartconfig nct7802y_fan_config::smart

Definition at line 84 of file chip.h.


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