A custom data type for fan. More...
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% | |