Microchip® Advanced Software Framework

Fs_file_segment Struct Reference

#include <file.h>

Data Fields

uint16_t u16_size
 segment size (unit sector), or IN parameter for file_write() and file_read() routines More...
 
uint32_t u32_addr
 segment address (unit sector) More...
 
uint8_t u8_lun
 logical unit(drive) number More...
 

uint16_t Fs_file_segment::u16_size

segment size (unit sector), or IN parameter for file_write() and file_read() routines

Referenced by nav_file_paste_start(), and nav_file_paste_state().

uint32_t Fs_file_segment::u32_addr

segment address (unit sector)

Referenced by nav_file_paste_state().

uint8_t Fs_file_segment::u8_lun

logical unit(drive) number

Referenced by nav_file_paste_state().