Difference between revisions of "FSPXI:CardNorDirectRead 4xIO"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x003000C2] |- | 1 | u8 commandID |- | 2 | u32 address |- | 3 | u32 Size |- | 4 | ...") |
Steveice10 (talk | contribs) m (Steveice10 moved page FSPXI:CardNorDirectRead4IO to FSPXI:CardNorDirectRead 4xIO) |
Latest revision as of 09:25, 16 January 2016
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x003000C2] |
1 | u8 commandID |
2 | u32 address |
3 | u32 Size |
4 | (Size<<8) | 4 |
5 | Output buffer ptr |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Resultcode |
Description[edit]
This is exactly the same as FSPXI:CardNorDirectReadWithAddress, except this calls the function for that with one of the u8 parameters set to value 1, instead of loading the data for that parameter from Process9 state.