RetroArch
Macros | Functions
filetime.c File Reference
#include <time.h>
#include "filetime.h"
#include "common.h"
Include dependency graph for filetime.c:

Macros

#define MAX_HOUR   23
 
#define MAX_MINUTE   59
 
#define MAX_SECOND   59
 
#define MAX_MONTH   11
 
#define MIN_MONTH   0
 
#define MAX_DAY   31
 
#define MIN_DAY   1
 

Functions

uint16_t _FAT_filetime_getTimeFromRTC (void)
 
uint16_t _FAT_filetime_getDateFromRTC (void)
 
time_t _FAT_filetime_to_time_t (uint16_t t, uint16_t d)
 

Macro Definition Documentation

◆ MAX_DAY

#define MAX_DAY   31

◆ MAX_HOUR

#define MAX_HOUR   23

◆ MAX_MINUTE

#define MAX_MINUTE   59

◆ MAX_MONTH

#define MAX_MONTH   11

◆ MAX_SECOND

#define MAX_SECOND   59

◆ MIN_DAY

#define MIN_DAY   1

◆ MIN_MONTH

#define MIN_MONTH   0

Function Documentation

◆ _FAT_filetime_getDateFromRTC()

uint16_t _FAT_filetime_getDateFromRTC ( void  )
Here is the call graph for this function:

◆ _FAT_filetime_getTimeFromRTC()

uint16_t _FAT_filetime_getTimeFromRTC ( void  )
Here is the call graph for this function:

◆ _FAT_filetime_to_time_t()

time_t _FAT_filetime_to_time_t ( uint16_t  t,
uint16_t  d 
)