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 32: | Line 32: | ||
struct fancon_40 { | struct fancon_40 { | ||
u8 duty[0xA]; | u8 duty[0xA]; | ||
u16 | u16 tempu[0xA]; | ||
u16 | u16 tempd[0xA]; | ||
fancon_footer; | fancon_footer; | ||
u8 reserved[0x9]; | u8 reserved[0x9]; | ||
Line 40: | Line 40: | ||
struct fancon_80 { | struct fancon_80 { | ||
u8 duty[0x14]; | u8 duty[0x14]; | ||
u16 | u16 tempu[0x14]; | ||
u16 | u16 tempd[0x14]; | ||
fancon_footer; | fancon_footer; | ||
u8 reserved[0x17]; | u8 reserved[0x17]; | ||
Line 48: | Line 48: | ||
struct fancon_sw { | struct fancon_sw { | ||
u8 duty; | u8 duty; | ||
u16 | u16 tempu; | ||
u16 | u16 tempd; | ||
}; | }; | ||
Line 139: | Line 139: | ||
config_footer_unk_3; | config_footer_unk_3; | ||
u8 reserved[0x4B]; | u8 reserved[0x4B]; | ||
u16 | u16 checksum; | ||
}; // 0x80 | }; // 0x80 | ||