#include <fat.h>
Data Fields | |
| U8 | u8_open_mode |
| open mode of selected file | |
| U8 | u8_txt_format |
| format of text used in selected file (only for reader_txt module) | |
| U8 | u8_attr |
| Attribut of the selected file. | |
| U32 | u32_cluster |
| First cluster of the selected file. | |
| U32 | u32_size |
| Size of selected file (unit Bytes). | |
| U32 | u32_pos_in_file |
| Current position in file (unit Bytes). | |
Definition at line 300 of file fat.h.
1.5.3