Hanna
Sourcecode Batteriemanagementsystem |
SD-Card Reader Bibliothek von Roland Riegel. Mehr ...
gehe zum Quellcode dieser Datei
Makrodefinitionen | |
#define | FAT_DATETIME_SUPPORT 1 |
#define | FAT_DELAY_DIRENTRY_UPDATE 0 |
#define | FAT_DIR_COUNT 2 |
#define | FAT_FAT32_SUPPORT SD_RAW_SDHC |
#define | FAT_FILE_COUNT 1 |
#define | FAT_FS_COUNT 1 |
#define | fat_get_datetime(year, month, day, hour, min, sec) get_datetime(year, month, day, hour, min, sec) |
#define | FAT_LFN_SUPPORT 1 |
#define | FAT_WRITE_SUPPORT SD_RAW_WRITE_SUPPORT |
Typdefinitionen | |
typedef uint32_t | cluster_t |
Funktionen | |
void | get_datetime (uint16_t *year, uint8_t *month, uint8_t *day, uint8_t *hour, uint8_t *min, uint8_t *sec) |
This function is the link between the hardware RTC and the timekeeping function to the sd-reader code. Mehr ... | |
SD-Card Reader Bibliothek von Roland Riegel.
$Revision: 438 $ $Date: 2016-04-01 11:19:51 +0200 (Fri, 01 Apr 2016) $
FAT configuration (license: GPLv2 or LGPLv2.1)
Definiert in Datei fat_config.h.