core/filesystem/fatfs_support.c File Reference

#include "sceptre.h"

Go to the source code of this file.

Functions

uint32_t get_fattime (void)

Detailed Description

User provided timer function for FatFs module.

Definition in file fatfs_support.c.


Function Documentation

uint32_t get_fattime ( void   ) 

This is a real time clock service to be called from FatFs module. Any valid time must be returned even if the system does not support a real time clock.

This is not required in read-only configuration.

Returns:
Time as an unsigned 32-bit word. bit 31:25 year from 1980 (0..127) bit 24:21 month (1..12) bit 20:16 day in month(1..31) bit 15:11 hour (0..23) bit 10: 5 minute (0..59) bit 4: 0 second/2 (0..29)

Definition at line 24 of file fatfs_support.c.

 All Data Structures Files Functions Variables Typedefs Enumerations Defines

Generated by  doxygen 1.6.2