Searched defs:pp_advance_fan_control_parameters (Results 1 – 2 of 2) sorted by relevance
669 struct pp_advance_fan_control_parameters { struct670 … /* The temperature, in 0.01 centigrades, below which we just run at a minimal PWM. */671 uint16_t usTMed; /* The middle temperature where we change slopes. */672 uint16_t usTHigh; /* The high temperature for setting the second slope. */673 …nt16_t usPWMMin; /* The minimum PWM value in percent (0.01% increments). */674 uint16_t usPWMMed; /* The PWM value (in percent) at TMed. */675 uint16_t usPWMHigh; /* The PWM value at THigh. */676 uint8_t ucTHyst; /* Temperature hysteresis. Integer. */677 … /* The time between two invocations of the fan control routine in microseconds. */678 uint16_t usTMax; /* The max temperature */[all …]
668 struct pp_advance_fan_control_parameters { struct669 … /* The temperature, in 0.01 centigrades, below which we just run at a minimal PWM. */670 uint16_t usTMed; /* The middle temperature where we change slopes. */671 uint16_t usTHigh; /* The high temperature for setting the second slope. */672 …nt16_t usPWMMin; /* The minimum PWM value in percent (0.01% increments). */673 uint16_t usPWMMed; /* The PWM value (in percent) at TMed. */674 uint16_t usPWMHigh; /* The PWM value at THigh. */675 uint8_t ucTHyst; /* Temperature hysteresis. Integer. */676 … /* The time between two invocations of the fan control routine in microseconds. */677 uint16_t usTMax; /* The max temperature */[all …]