filex
FX_DIR_ENTRY
is only used within filex.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
filex
FX_DIR_ENTRY
FX_DIR_ENTRY struct
Syntax
Show:
Summary
Declaration
from
fx_api.h:783
typedef
struct
FX_DIR_ENTRY_STRUCT
{
CHAR
*
fx_dir_entry_name
;
CHAR
fx_dir_entry_short_name
[
FX_MAX_SHORT_NAME_LEN
]
;
UINT
fx_dir_entry_long_name_present
;
UINT
fx_dir_entry_long_name_shorted
;
UCHAR
fx_dir_entry_attributes
;
UCHAR
fx_dir_entry_reserved
;
UCHAR
fx_dir_entry_created_time_ms
;
UINT
fx_dir_entry_created_time
;
UINT
fx_dir_entry_created_date
;
UINT
fx_dir_entry_last_accessed_date
;
UINT
fx_dir_entry_time
;
UINT
fx_dir_entry_date
;
ULONG
fx_dir_entry_cluster
;
ULONG64
fx_dir_entry_file_size
;
ULONG64
fx_dir_entry_log_sector
;
ULONG
fx_dir_entry_byte_offset
;
ULONG
fx_dir_entry_number
;
ULONG
fx_dir_entry_last_search_cluster
;
ULONG
fx_dir_entry_last_search_relative_cluster
;
ULONG64
fx_dir_entry_last_search_log_sector
;
ULONG
fx_dir_entry_last_search_byte_offset
;
ULONG64
fx_dir_entry_next_log_sector
;
#ifdef
FX_ENABLE_EXFAT
CHAR
fx_dir_entry_dont_use_fat
;
UCHAR
fx_dir_entry_type
;
ULONG64
fx_dir_entry_available_file_size
;
ULONG
fx_dir_entry_secondary_count
;
#endif
}
FX_DIR_ENTRY
;
Fields
Field
Declared as
FX_DIR_ENTRY_STRUCT::fx_dir_entry_name
CHAR
*
FX_DIR_ENTRY_STRUCT::fx_dir_entry_short_name
CHAR
[
FX_MAX_SHORT_NAME_LEN
]
FX_DIR_ENTRY_STRUCT::fx_dir_entry_long_name_present
UINT
FX_DIR_ENTRY_STRUCT::fx_dir_entry_long_name_shorted
UINT
FX_DIR_ENTRY_STRUCT::fx_dir_entry_attributes
UCHAR
FX_DIR_ENTRY_STRUCT::fx_dir_entry_reserved
UCHAR
FX_DIR_ENTRY_STRUCT::fx_dir_entry_created_time_ms
UCHAR
FX_DIR_ENTRY_STRUCT::fx_dir_entry_created_time
UINT
FX_DIR_ENTRY_STRUCT::fx_dir_entry_created_date
UINT
FX_DIR_ENTRY_STRUCT::fx_dir_entry_last_accessed_date
UINT
FX_DIR_ENTRY_STRUCT::fx_dir_entry_time
UINT
FX_DIR_ENTRY_STRUCT::fx_dir_entry_date
UINT
FX_DIR_ENTRY_STRUCT::fx_dir_entry_cluster
ULONG
FX_DIR_ENTRY_STRUCT::fx_dir_entry_file_size
ULONG64
FX_DIR_ENTRY_STRUCT::fx_dir_entry_log_sector
ULONG64
FX_DIR_ENTRY_STRUCT::fx_dir_entry_byte_offset
ULONG
FX_DIR_ENTRY_STRUCT::fx_dir_entry_number
ULONG
FX_DIR_ENTRY_STRUCT::fx_dir_entry_last_search_cluster
ULONG
FX_DIR_ENTRY_STRUCT::fx_dir_entry_last_search_relative_cluster
ULONG
FX_DIR_ENTRY_STRUCT::fx_dir_entry_last_search_log_sector
ULONG64
FX_DIR_ENTRY_STRUCT::fx_dir_entry_last_search_byte_offset
ULONG
FX_DIR_ENTRY_STRUCT::fx_dir_entry_next_log_sector
ULONG64
Related Functions
Found 8 other functions taking a
FX_DIR_ENTRY_STRUCT
argument:
Function
_fx_directory_search()
_fx_directory_entry_write()
_fx_directory_entry_read()
_fx_unicode_directory_search()
_fx_directory_free_search()
_fx_unicode_directory_entry_change()
_fx_unicode_directory_entry_read()
_fx_directory_entry_read_FAT()
Examples
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out