Implementation of low level disk I/O module skeleton for FatFS.
Copyright (c) 2012-2018 Microchip Technology Inc. and its subsidiaries.
Functions | |
uint32_t | get_fattime (void) |
Current time returned is packed into a DWORD value. More... | |
uint32_t get_fattime | ( | void | ) |
Current time returned is packed into a DWORD value.
The bit field is as follows:
bit31:25 Year from 1980 (0..127)
bit24:21 Month (1..12)
bit20:16 Day in month(1..31)
bit15:11 Hour (0..23)
bit10:5 Minute (0..59)
bit4:0 Second (0..29)
References rtc_get_date(), and rtc_get_time().