![]() |
Defines | |
#define | SDMMC_STATE_OFF 0x0 |
#define | SDMMC_STATE_ON 0x1 |
#define | SDMMC_STATE_IDENT 0x2 |
#define | SDMMC_STATE_INACTIVE 0x3 |
#define | SDMMC_STATE_IRQ 0x4 |
#define | SDMMC_STATE_STBY 0x5 |
#define | SDMMC_STATE_TRAN 0x6 |
#define | SDMMC_STATE_DATA_WR 0x7 |
#define | SDMMC_STATE_DATA_RD 0x8 |
#define SDMMC_STATE_DATA_RD 0x8 |
Data RX in progress
Definition at line 180 of file sdmmc_cmd.h.
#define SDMMC_STATE_DATA_WR 0x7 |
Data TX in progress
Definition at line 179 of file sdmmc_cmd.h.
#define SDMMC_STATE_IDENT 0x2 |
Card Identification (IDLE,READY,IDENT)
Definition at line 174 of file sdmmc_cmd.h.
#define SDMMC_STATE_INACTIVE 0x3 |
Inactive
Definition at line 175 of file sdmmc_cmd.h.
#define SDMMC_STATE_IRQ 0x4 |
Wait-IRQ, interrupt mode
Definition at line 176 of file sdmmc_cmd.h.
#define SDMMC_STATE_OFF 0x0 |
Power OFF
Definition at line 172 of file sdmmc_cmd.h.
#define SDMMC_STATE_ON 0x1 |
Power ON
Definition at line 173 of file sdmmc_cmd.h.
#define SDMMC_STATE_STBY 0x5 |
Addressed
Definition at line 177 of file sdmmc_cmd.h.
#define SDMMC_STATE_TRAN 0x6 |
Ready for transfer
Definition at line 178 of file sdmmc_cmd.h.