Difference between revisions of "Developer Manual/Super IO"
Jump to navigation
Jump to search
AvengerF12 (talk | contribs) |
AvengerF12 (talk | contribs) |
||
Line 49: | Line 49: | ||
In order to enable the GPIO5 (bit3 of register 0x30) this is what the virtual LDN has to look like this: | In order to enable the GPIO5 (bit3 of register 0x30) this is what the virtual LDN has to look like this: | ||
/* | |||
[0000 0011] [0000 1001] = 0x309 | [0000 0011] [0000 1001] = 0x309 | ||
^^^^^^^^^ ^^^^^^^^^ | ^^^^^^^^^ ^^^^^^^^^ | ||
Line 56: | Line 57: | ||
| | | | ||
+------- Position inside register 0x30 | +------- Position inside register 0x30 | ||
*/ | |||
Note: if the virtual LDN is 0x7 it will handle bit0 of register 0x30. | Note: if the virtual LDN is 0x7 it will handle bit0 of register 0x30. |