Editing Syscon Thermal Configs/structs
Jump to navigation
Jump to search
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 25: | Line 25: | ||
u8 duty_min; // Always 0x33 (mullions and sherwoods SW/SW2), or always 0x34 (sherwoods SW3) | u8 duty_min; // Always 0x33 (mullions and sherwoods SW/SW2), or always 0x34 (sherwoods SW3) | ||
u8 duty_max; // Always 0xFF | u8 duty_max; // Always 0xFF | ||
u8 policy; // 0x00=Full, 0x01=Auto, 0x02=Manual | u8 policy; // 0x00=Full, 0x01=Auto Table, 0x02=Manual | ||
u8 select; // 0x00= | u8 select; // 0x00=EEPROM, 0xFF=RAM | ||
u8 active; // 0x00= | u8 active; // 0x00=Inactive, 0xFF=Active | ||
}; | }; | ||