All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
FAT file system

Provides FAT file system support More...

Detailed Description

Provides FAT file system support

See also
http://elm-chan.org/fsw/ff/00index_e.html
#define RTC_YEAR_OFFSET   (1900)
 Common defines for fatfs low-level diskio defines.
 
#define FATFS_YEAR_OFFSET   (1980)
 
#define FIXED_BLOCK_SIZE   (512)
 
#define FATFS_DISKIO_DSTASTUS_OK   (0)
 
#define FATFS_DISKIO_FATTIME_YEAR_OFFS   (25)
 
#define FATFS_DISKIO_FATTIME_MON_OFFS   (21)
 
#define FATFS_DISKIO_FATTIME_DAY_OFFS   (16)
 
#define FATFS_DISKIO_FATTIME_HH_OFFS   (11)
 
#define FATFS_DISKIO_FATTIME_MM_OFFS   (5)
 

Macro Definition Documentation

◆ FATFS_DISKIO_DSTASTUS_OK

#define FATFS_DISKIO_DSTASTUS_OK   (0)

Definition at line 33 of file fatfs_diskio_mtd.h.

◆ FATFS_DISKIO_FATTIME_DAY_OFFS

#define FATFS_DISKIO_FATTIME_DAY_OFFS   (16)

Definition at line 37 of file fatfs_diskio_mtd.h.

◆ FATFS_DISKIO_FATTIME_HH_OFFS

#define FATFS_DISKIO_FATTIME_HH_OFFS   (11)

Definition at line 38 of file fatfs_diskio_mtd.h.

◆ FATFS_DISKIO_FATTIME_MM_OFFS

#define FATFS_DISKIO_FATTIME_MM_OFFS   (5)

Definition at line 39 of file fatfs_diskio_mtd.h.

◆ FATFS_DISKIO_FATTIME_MON_OFFS

#define FATFS_DISKIO_FATTIME_MON_OFFS   (21)

Definition at line 36 of file fatfs_diskio_mtd.h.

◆ FATFS_DISKIO_FATTIME_YEAR_OFFS

#define FATFS_DISKIO_FATTIME_YEAR_OFFS   (25)

Definition at line 35 of file fatfs_diskio_mtd.h.

◆ FATFS_YEAR_OFFSET

#define FATFS_YEAR_OFFSET   (1980)

Definition at line 29 of file fatfs_diskio_mtd.h.

◆ FIXED_BLOCK_SIZE

#define FIXED_BLOCK_SIZE   (512)

Definition at line 31 of file fatfs_diskio_mtd.h.

◆ RTC_YEAR_OFFSET

#define RTC_YEAR_OFFSET   (1900)

Common defines for fatfs low-level diskio defines.

Author
Michel Rottleuthner miche.nosp@m.l.ro.nosp@m.ttleu.nosp@m.thne.nosp@m.r@haw.nosp@m.-ham.nosp@m.burg..nosp@m.de

Definition at line 28 of file fatfs_diskio_mtd.h.