Microchip® Advanced Software Framework

Fs_index Struct Reference

#include <fs_com.h>

Data Fields

uint16_t u16_entry_pos_sel_file
 entry offset of selected file in selected directory (unit = FS_SIZE_FILE_ENTRY) More...
 
uint32_t u32_cluster_sel_dir
 first cluster of the directory corresponding at the selected file More...
 
uint8_t u8_lun
 number of the logical driver More...
 
uint8_t u8_partition
 number of the partition - 1 (0 or 1) (if FS_MULTI_PARTITION == true) More...
 

uint16_t Fs_index::u16_entry_pos_sel_file

entry offset of selected file in selected directory (unit = FS_SIZE_FILE_ENTRY)

Referenced by nav_getindex(), and navauto_open().

uint32_t Fs_index::u32_cluster_sel_dir

first cluster of the directory corresponding at the selected file

Referenced by ai_usb_ms_audio_nav_playfile(), ai_usb_ms_specific_audio_nav_playlist_play_link(), nav_getindex(), and navauto_open().

uint8_t Fs_index::u8_lun

number of the logical driver

Referenced by nav_getindex(), and navauto_open().

uint8_t Fs_index::u8_partition

number of the partition - 1 (0 or 1) (if FS_MULTI_PARTITION == true)

Referenced by nav_getindex().