Go to the source code of this file.
Functions | |
bool_t | SDInit (void) |
bool_t | SDReadCSD (uint8_t *pbCSD) |
bool_t | SDReadCID (uint8_t *pbCID) |
bool_t | SDReadOCR (uint32_t *pulOCR) |
bool_t | SDReadBlock (uint8_t *pbData, uint32_t ulBlock) |
bool_t | SDWriteBlock (const uint8_t *pbData, uint32_t ulBlock) |
void | disk_timerproc (void) |
SD card interface for use with lpcusb.
Definition in file sdcard.h.