Dependents:
SD
« Back to documentation index
Sd2Card.h File Reference
Sd2Card class.
More...
Go to the source code of this file.
Detailed Description
Sd2Card class.
Definition in file Sd2Card.h .
Variable Documentation
SET_WR_BLK_ERASE_COUNT failed.
Definition at line 108 of file Sd2Card.h .
card's ACMD41 initialization process timeout
Definition at line 110 of file Sd2Card.h .
card returned a bad CSR version field
Definition at line 112 of file Sd2Card.h .
timeout error for command CMD0
Definition at line 96 of file Sd2Card.h .
card returned an error response for CMD17 (read block)
Definition at line 100 of file Sd2Card.h .
card returned an error response for CMD24 (write block)
Definition at line 102 of file Sd2Card.h .
WRITE_MULTIPLE_BLOCKS command failed.
Definition at line 104 of file Sd2Card.h .
card returned an error response for CMD58 (read OCR)
Definition at line 106 of file Sd2Card.h .
CMD8 was not accepted - not a valid SD card.
Definition at line 98 of file Sd2Card.h .
erase block group command failed
Definition at line 114 of file Sd2Card.h .
card not capable of single block erase
Definition at line 116 of file Sd2Card.h .
Erase sequence timed out.
Definition at line 118 of file Sd2Card.h .
card returned an error token instead of read data
Definition at line 120 of file Sd2Card.h .
read CID or CSD failed
Definition at line 122 of file Sd2Card.h .
timeout while waiting for start of read data
Definition at line 124 of file Sd2Card.h .
incorrect rate selected
Definition at line 138 of file Sd2Card.h .
card did not accept STOP_TRAN_TOKEN
Definition at line 126 of file Sd2Card.h .
card returned an error token as a response to a write operation
Definition at line 128 of file Sd2Card.h .
attempt to write protected block zero
Definition at line 130 of file Sd2Card.h .
card did not go ready for a multiple block write
Definition at line 132 of file Sd2Card.h .
card returned an error to a CMD13 status check after a write
Definition at line 134 of file Sd2Card.h .
timeout occurred during write programming
Definition at line 136 of file Sd2Card.h .
Standard capacity V1 SD card.
Definition at line 142 of file Sd2Card.h .
Standard capacity V2 SD card.
Definition at line 144 of file Sd2Card.h .
High Capacity SD card.
Definition at line 146 of file Sd2Card.h .
SD Chip Select pin.
SPI chip select pin.
Warning if this pin is redefined the hardware SS will pin will be enabled as an output by init(). An avr processor will not function as an SPI master unless SS is set to output mode. The default chip select pin for the SD card is SS.
Definition at line 60 of file Sd2Card.h .
erase timeout ms
Definition at line 88 of file Sd2Card.h .
init timeout ms
Definition at line 86 of file Sd2Card.h .
read timeout ms
Definition at line 90 of file Sd2Card.h .
write time out ms
Definition at line 92 of file Sd2Card.h .
SPI Master In Slave Out pin.
Definition at line 65 of file Sd2Card.h .
SPI Master Out Slave In pin.
Definition at line 63 of file Sd2Card.h .
SPI Clock pin.
Definition at line 67 of file Sd2Card.h .