Functions
fattime_rtc.c File Reference

Implementation of low level disk I/O module skeleton for FatFS. More...

#include "compiler.h"
#include "rtc.h"
#include "globals.h"
Include dependency graph for fattime_rtc.c:

Go to the source code of this file.

Functions

uint32_t get_fattime (void)
 Current time returned is packed into a DWORD value. More...
 

Detailed Description

Implementation of low level disk I/O module skeleton for FatFS.

Copyright (c) 2012-2018 Microchip Technology Inc. and its subsidiaries.

Definition in file fattime_rtc.c.

Function Documentation

◆ get_fattime()

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)

Returns
Current time.

Definition at line 57 of file fattime_rtc.c.



inertial_sense_ros
Author(s):
autogenerated on Sun Feb 28 2021 03:17:59