STSW-STLKT01: SENSORTILE_SD Exported Types

STSW-STLKT01

STSW-STLKT01
SENSORTILE_SD Exported Types

Data Structures

struct  SD_CSD
 Card Specific Data: CSD Register. More...
 
struct  SD_CID
 Card Identification Data: CID Register. More...
 
struct  SD_CardInfo
 SD Card information. More...
 

Macros

#define MSD_OK   0x00
 SD status structure definition.
 
#define MSD_ERROR   0x01
 

Enumerations

enum  SD_Info {
  SD_RESPONSE_NO_ERROR = (0x00), SD_IN_IDLE_STATE = (0x01), SD_ERASE_RESET = (0x02), SD_ILLEGAL_COMMAND = (0x04),
  SD_COM_CRC_ERROR = (0x08), SD_ERASE_SEQUENCE_ERROR = (0x10), SD_ADDRESS_ERROR = (0x20), SD_PARAMETER_ERROR = (0x40),
  SD_RESPONSE_FAILURE = (0xFF), SD_DATA_OK = (0x05), SD_DATA_CRC_ERROR = (0x0B), SD_DATA_WRITE_ERROR = (0x0D),
  SD_DATA_OTHER_ERROR = (0xFF)
}
 

Detailed Description

Enumeration Type Documentation

◆ SD_Info

enum SD_Info
Enumerator
SD_RESPONSE_NO_ERROR 

SD reponses and error flags.

SD_DATA_OK 

Data response error.

Definition at line 72 of file SensorTile_sd.h.

Generated by   doxygen 1.8.13