Registers for controlling the SD card on the development cartridge These registers are mapped in the CS0 memory space.
Variables | |
| static constexpr uintptr_t | CartAsr = CartBaseAdr + 0x1FF0234UL |
| Address of the Auxiliary Status Register. | |
| static constexpr uintptr_t | CartCid = CartBaseAdr + 0x1FF0200UL |
| Address of the Card Identification Number Register. | |
| static constexpr uintptr_t | CartCmd = CartBaseAdr + 0x1FF0230UL |
| Address of the Command Register. | |
| static constexpr uintptr_t | CartCmdArg = CartBaseAdr + 0x1FF022CUL |
| Address of the Command Argument Register. | |
| static constexpr uintptr_t | CartCsd = CartBaseAdr + 0x1FF0210UL |
| Address of the Card Specific Data Register. | |
| static constexpr uintptr_t | CartOcr = CartBaseAdr + 0x1FF0220UL |
| Address of the Operation Condition Register. | |
| static constexpr uintptr_t | CartRc = CartBaseAdr + 0x1FF0228UL |
| Address of the Relative Card Address Register. | |
| static constexpr uintptr_t | CartRR1 = CartBaseAdr + 0x1FF0238UL |
| Address of the Response R1 register. | |
| static constexpr uintptr_t | CartSr = CartBaseAdr + 0x1FF0224UL |
| Address of the SD Card Status Register. | |
| static constexpr uintptr_t | CartWsscr = CartBaseAdr + 0x1FF0FFEUL |
| Address of the wasca Specific SD Control Register. | |