GitOS
Operating system exercise
Loading...
Searching...
No Matches
fat_file Struct Reference

#include <fat16.h>

Data Fields

uint8_t filename [8]
 
uint8_t ext [3]
 
uint8_t attribute
 
uint8_t reserved
 
uint8_t creation_time_tenths_of_a_sec
 
uint16_t creation_time
 
uint16_t creation_date
 
uint16_t last_access
 
uint16_t high_16bits_first_cluster
 
uint16_t last_mod_time
 
uint16_t last_mod_date
 
uint16_t low_16bits_first_cluster
 
uint32_t filesize
 

Field Documentation

◆ attribute

uint8_t attribute

◆ creation_date

uint16_t creation_date

◆ creation_time

uint16_t creation_time

◆ creation_time_tenths_of_a_sec

uint8_t creation_time_tenths_of_a_sec

◆ ext

uint8_t ext[3]

◆ filename

uint8_t filename[8]

◆ filesize

uint32_t filesize

◆ high_16bits_first_cluster

uint16_t high_16bits_first_cluster

◆ last_access

uint16_t last_access

◆ last_mod_date

uint16_t last_mod_date

◆ last_mod_time

uint16_t last_mod_time

◆ low_16bits_first_cluster

uint16_t low_16bits_first_cluster

◆ reserved

uint8_t reserved

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