RTEMS  5.1
Data Fields
fat_file_map_s Struct Reference

The "fat-file" representation. More...

#include <fat_file.h>

Data Fields

uint32_t file_cln
 
uint32_t disk_cln
 
uint32_t last_cln
 

Detailed Description

The "fat-file" representation.

the idea is: fat-file is nothing but a cluster chain, any open fat-file is represented in system by fat-file descriptor and has well-known file interface:

fat_file_open() fat_file_close() fat_file_read() fat_file_write()

Such interface hides the architecture of fat-file and represents it like linear file


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