SD_CMD_READ_SINGLE_BLOCK is only used within Adafruit_Shield.
 
Symbols
loading...
Files
loading...

SD_CMD_READ_SINGLE_BLOCK macro

Syntax

#define SD_CMD_READ_SINGLE_BLOCK 17

References

LocationText
stm32_adafruit_sd.c:155
#define SD_CMD_READ_SINGLE_BLOCK 17 /* CMD17 = 0x51 */
stm32_adafruit_sd.c:358
response = SD_SendCmd(SD_CMD_READ_SINGLE_BLOCK, addr, 0xFF, SD_ANSWER_R1_EXPECTED);