#include <stdint.h>#include "sd_raw_config.h"


Go to the source code of this file.
Defines | |
| #define | FAT_WRITE_SUPPORT SD_RAW_WRITE_SUPPORT |
| #define | FAT_LFN_SUPPORT 1 |
| #define | FAT_DATETIME_SUPPORT 0 |
| #define | FAT_FAT32_SUPPORT SD_RAW_SDHC |
| #define | FAT_DELAY_DIRENTRY_UPDATE 0 |
| #define | fat_get_datetime(year, month, day, hour, min, sec) get_datetime(year, month, day, hour, min, sec) |
| #define | FAT_FS_COUNT 1 |
| #define | FAT_FILE_COUNT 1 |
| #define | FAT_DIR_COUNT 2 |
Typedefs | |
| typedef uint16_t | cluster_t |
Functions | |
| void | get_datetime (uint16_t *year, uint8_t *month, uint8_t *day, uint8_t *hour, uint8_t *min, uint8_t *sec) |
Definition in file fat_config.h.
| typedef uint16_t cluster_t |
Definition at line 120 of file fat_config.h.
1.5.6