Bar Logo Dual Active Bridge Development Board (Part-No. )
 
Content
     
Loading...
Searching...
No Matches
FAN_DATA_s Struct Reference

A custom data type for fan. More...

#include <C:/MCU16Projects/bitbucket/dspic33ck-power-dcdc-dual-active-bridge-development-platform/dspic33ck-dab.X/sources/device/dev_fan.h>

+ Collaboration diagram for FAN_DATA_s:

Data Fields

uint8_t CurrentSpeedPercent
 Current Speed in percentage.
 
uint8_t TargetSpeedPercent
 targetted Speed in percentage
 
uint16_t MaxSpeedPercent
 based on period value (CCXPRL). Use this to limit the fan max speed
 
uint16_t Tick
 set the execution rate in multiples of 100ms
 
uint16_t StepSizePercent
 set the increment rate per tick in percentage
 
uint16_t TargetSpeedRaw
 targetted value raw.
 
uint16_t CurrentSpeedRaw
 current value raw.
 
uint16_t MaxSpeedRaw
 based on period value (CCXPRL).
 
uint8_t OverrideFlag
 override flag. sets tick value to 1, step_size to 20 and target to 100%
 

Detailed Description

Definition at line 50 of file dev_fan.h.

Field Documentation

◆ CurrentSpeedPercent

uint8_t CurrentSpeedPercent

Definition at line 51 of file dev_fan.h.

◆ CurrentSpeedRaw

uint16_t CurrentSpeedRaw

Definition at line 57 of file dev_fan.h.

◆ MaxSpeedPercent

uint16_t MaxSpeedPercent

Definition at line 53 of file dev_fan.h.

◆ MaxSpeedRaw

uint16_t MaxSpeedRaw

Definition at line 58 of file dev_fan.h.

◆ OverrideFlag

uint8_t OverrideFlag

Definition at line 59 of file dev_fan.h.

◆ StepSizePercent

uint16_t StepSizePercent

Definition at line 55 of file dev_fan.h.

◆ TargetSpeedPercent

uint8_t TargetSpeedPercent

Definition at line 52 of file dev_fan.h.

◆ TargetSpeedRaw

uint16_t TargetSpeedRaw

Definition at line 56 of file dev_fan.h.

◆ Tick

uint16_t Tick

Definition at line 54 of file dev_fan.h.


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