#include <stdint.h>
Go to the source code of this file.
Defines | |
#define | FAT16_WRITE_SUPPORT 1 |
#define | FAT16_DATETIME_SUPPORT 0 |
#define | fat16_get_datetime(year, month, day, hour, min, sec) get_datetime(year, month, day, hour, min, sec) |
#define | FAT16_FS_COUNT 1 |
#define | FAT16_FILE_COUNT 1 |
#define | FAT16_DIR_COUNT 2 |
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 fat16_config.h.