Difference between revisions of "FSPXI:CardNorDirectCommandWithAddress"
Jump to navigation
Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x002B0080] |- | 1 | u8 commandID |- | 2 | u8 address |} =Response= {| class="wik...") |
|||
Line 12: | Line 12: | ||
|- | |- | ||
| 2 | | 2 | ||
− | | | + | | u32 address |
|} | |} | ||
Line 29: | Line 29: | ||
=Description= | =Description= | ||
− | This is | + | This is similar to [[FSPXI:CardNorDirectCommand]], except this writes the specified address to SPICARD-FIFO(after converting it), after writing the cmdID. |
Latest revision as of 06:38, 9 April 2014
Request[edit]
Index Word | Description |
---|---|
0 | Header code [0x002B0080] |
1 | u8 commandID |
2 | u32 address |
Response[edit]
Index Word | Description |
---|---|
0 | Header code |
1 | Resultcode |
Description[edit]
This is similar to FSPXI:CardNorDirectCommand, except this writes the specified address to SPICARD-FIFO(after converting it), after writing the cmdID.