GPS Device
Loading...
Searching...
No Matches
SD Card Types

Data types used by the SD card module. More...

Collaboration diagram for SD Card Types:

Classes

struct  SD_CFG_ts
 Configuration structure for initializing an SD card handle. More...

Typedefs

typedef struct sd_handle_s SD_HANDLE_ts
 Opaque handle representing an SD card instance.

Detailed Description

Data types used by the SD card module.

Typedef Documentation

◆ SD_HANDLE_ts

typedef struct sd_handle_s SD_HANDLE_ts

Opaque handle representing an SD card instance.

Returned by sd_init_handle and used for all subsequent read, write, and query operations. The internal structure is hidden and must not be accessed directly.

Definition at line 109 of file sd.h.