#include <fs_com.h>
Data Fields | |
U8 | u8_lun |
number of the logical driver | |
U8 | u8_partition |
number of the partition - 1 (0 or 1) (if FS_MULTI_PARTITION == ENABLED) | |
U32 | u32_cluster_sel_dir |
first cluster of the directory corresponding at the selected file | |
U16 | u16_entry_pos_sel_file |
entry offset of selected file in selected directory (unit = FS_SIZE_FILE_ENTRY) |
Definition at line 176 of file fs_com.h.
number of the partition - 1 (0 or 1) (if FS_MULTI_PARTITION == ENABLED)
Definition at line 179 of file fs_com.h.
Referenced by nav_getindex().
first cluster of the directory corresponding at the selected file
Definition at line 181 of file fs_com.h.
Referenced by nav_getindex().
entry offset of selected file in selected directory (unit = FS_SIZE_FILE_ENTRY)
Definition at line 182 of file fs_com.h.
Referenced by nav_getindex().