Microchip® Advanced Software Framework

fattime_ast.c File Reference

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

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

#include "compiler.h"
#include "ast.h"

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)

Returns
Current time.

References ast_read_calendar_value(), and ast_calendar::FIELD.

Referenced by f_mkdir(), f_open(), and f_sync().