![]() |
File System Component
Version 6.10.1
MDK Middleware for Devices with Flash File System
|
File time support routines return the current date and time. More...
Functions | |
fsStatus | fs_get_time (fsTime *time) |
Callback function used to provide the current date and time to the File System. More... | |
File time support routines return the current date and time.
They can be used to set the file timestamp. The file timestamp information is available in devices with the FAT file system, it is not supported for non-FAT volumes.
Callback function used to provide the current date and time to the File System.
[out] | time | Pointer to the fsTime structure. |
The function fs_get_time function returns a time value.
The argument time is a pointer to the values of the hour, minute, second, day, month, and year in a fsTime structure.
Code Example