Data Structures |
| struct | ldiv_t |
Defines |
| #define | DFS_div(x, y) DFS_ldiv(x,y) |
Functions |
| NODEBUG ldiv_t | DFS_ldiv (s32 numer, s32 denom) |
| NODEBUG void * | DFS_memset (void *dest, u8 c, s32 count) |
| NODEBUG void * | DFS_memcpy (void *dest, void *src, s32 count) |
| NODEBUG s32 | DFS_memcmp (const void *s1, const void *s2, u32 n) |
| NODEBUG void | DFS_strcpy (u8 *Dest, u8 *Src) |
| NODEBUG u8 * | DFS_strncpy (u8 *s1, const u8 *s2, s32 n) |
| NODEBUG s32 | DFS_strcmp (u8 *s1, u8 *s2) |
| NODEBUG uint32_t | DFS_ReadSector (uint8_t unit, uint8_t *buffer, uint32_t sector, uint32_t count) |
| NODEBUG uint32_t | DFS_WriteSector (uint8_t unit, uint8_t *buffer, uint32_t sector, uint32_t count) |
| NODEBUG uint32_t | DFS_GetPtnStart (uint8_t unit, uint8_t *scratchsector, uint8_t pnum, uint8_t *pactive, uint8_t *pptype, uint32_t *psize) |
| NODEBUG uint32_t | DFS_GetVolInfo (uint8_t unit, uint8_t *scratchsector, uint32_t startsector, PVOLINFO volinfo) |
| NODEBUG uint32_t | DFS_GetFAT (PVOLINFO volinfo, uint8_t *scratch, uint32_t *scratchcache, uint32_t cluster) |
| NODEBUG uint32_t | DFS_SetFAT (PVOLINFO volinfo, uint8_t *scratch, uint32_t *scratchcache, uint32_t cluster, uint32_t new_contents) |
| NODEBUG uint8_t * | DFS_CanonicalToDir (uint8_t *dest, uint8_t *src) |
| NODEBUG uint32_t | DFS_GetFreeFAT (PVOLINFO volinfo, uint8_t *scratch) |
| NODEBUG uint32_t | DFS_OpenDir (PVOLINFO volinfo, uint8_t *dirname, PDIRINFO dirinfo) |
| NODEBUG uint32_t | DFS_GetNext (PVOLINFO volinfo, PDIRINFO dirinfo, PDIRENT dirent) |
| NODEBUG uint32_t | DFS_GetFreeDirEnt (PVOLINFO volinfo, uint8_t *path, PDIRINFO di, PDIRENT de) |
| NODEBUG uint32_t | DFS_OpenFile (PVOLINFO volinfo, uint8_t *path, uint8_t mode, uint8_t *scratch, PFILEINFO fileinfo) |
| NODEBUG uint32_t | DFS_ReadFile (PFILEINFO fileinfo, uint8_t *scratch, uint8_t *buffer, uint32_t *successcount, uint32_t len) |
| NODEBUG void | DFS_Seek (PFILEINFO fileinfo, uint32_t offset, uint8_t *scratch) |
| NODEBUG uint32_t | DFS_UnlinkFile (PVOLINFO volinfo, uint8_t *path, uint8_t *scratch) |
| NODEBUG uint32_t | DFS_WriteFile (PFILEINFO fileinfo, uint8_t *scratch, uint8_t *buffer, uint32_t *successcount, uint32_t len) |
| NODEBUG u32 | DFS_UnMount (enum STORAGE_device device) |
| NODEBUG u32 | DFS_Mount (enum STORAGE_device device) |
Variables |
| __IO SD_CardInfo | SDCardInfo |
| __IO SD_Error | Status = SD_OK |