17#include "rear_controller.h"
26#define REAR_CONTROLLER_FAN_IDLE_DUTY_PCT 10U
27#define REAR_CONTROLLER_FAN_MAX_DUTY_PCT 100U
28#define REAR_CONTROLLER_FAN_RAMP_MIN_C 45
29#define REAR_CONTROLLER_FAN_RAMP_MAX_C 55
StatusCode fans_run(void)
Ramps both PWM fans from idle to full over the temp band, and drives fan_pwr_1 on BPS fault.
Definition: fans.c:30
StatusCode fans_init(RearControllerStorage *storage)
Initializes the fan sub-system.
Definition: fans.c:60
StatusCode
StatusCodes for various errors.
Definition: status.h:27
Definition: rear_controller.h:45