RPV Event driven kernel
Loading...
Searching...
No Matches
fildatetime_t Struct Reference

FAT timestamp structure. More...

#include <fat.h>

Data Fields

uint8_t hour
 
uint8_t minute
 
uint8_t second
 
uint8_t day
 
uint8_t month
 
uint16_t year
 

Detailed Description

FAT timestamp structure.

Represents date and time information stored in directory entries.

Field Documentation

◆ day

uint8_t day

Day [1–31].

◆ hour

uint8_t hour

Hour [0–23].

◆ minute

uint8_t minute

Minute [0–59].

◆ month

uint8_t month

Month [1–12].

◆ second

uint8_t second

Second [0–59].

◆ year

uint16_t year

Full year (e.g., 2026).


The documentation for this struct was generated from the following file: