Microchip® Advanced Software Framework

Fs_management_entry Struct Reference

Structure to save the frequently variables of file system mounted.

#include <fat.h>

Data Fields

uint32_t u32_cluster
 First cluster of the selected file. More...
 
uint32_t u32_pos_in_file
 Current position in file (unit Bytes) More...
 
uint32_t u32_size
 Size of selected file (unit Bytes) More...
 
uint8_t u8_attr
 Attribute of the selected file. More...
 
uint8_t u8_open_mode
 open mode of selected file More...
 
uint8_t u8_txt_format
 format of text used in selected file (only for reader_txt module) More...
 

uint32_t Fs_management_entry::u32_cluster
uint32_t Fs_management_entry::u32_pos_in_file
uint8_t Fs_management_entry::u8_attr
uint8_t Fs_management_entry::u8_open_mode
uint8_t Fs_management_entry::u8_txt_format

format of text used in selected file (only for reader_txt module)