Difference between revisions of "FSPXI:CardNorDirectCommand"

From 3dbrew
Jump to navigation Jump to search
(Created page with "=Request= {| class="wikitable" border="1" |- ! Index Word ! Description |- | 0 | Header code [0x002A0040] |- | 1 | u8 commandID |} =Response= {| class="wikitable" border="1" |...")
 
Line 26: Line 26:
  
 
=Description=
 
=Description=
This writes the specified command to [[SPICARD]], the u8 address written to SPICARD CNT is loaded from Process9 state.
+
This writes the specified command to [[SPICARD]], the u8 address written to SPICARD CNT is loaded from Process9 state. This doesn't read/write any SPICARD regs after writing the command to SPICARD-FIFO.

Revision as of 06:50, 9 April 2014

Request

Index Word Description
0 Header code [0x002A0040]
1 u8 commandID

Response

Index Word Description
0 Header code
1 Resultcode

Description

This writes the specified command to SPICARD, the u8 address written to SPICARD CNT is loaded from Process9 state. This doesn't read/write any SPICARD regs after writing the command to SPICARD-FIFO.