filex
+
0
/9 examples
SourceVu will show references to
FX_FILE
from the following samples and libraries:
Libraries
netxduo
Examples
STM32469I-Discovery
Applications
FileX
Fx_Dual_Instance
Fx_MultiAccess
Fx_NoR_Write_Read_File
Fx_uSD_File_Edit
FX_IAP
IAP_main
USBX
Ux_Host_DualClass
STM32F429ZI-Nucleo
Applications
FileX
Fx_SRAM_File_Edit_Standalone
USBX
Ux_Host_MSC
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_FILE
FX_FILE struct
Syntax
Show:
Summary
Declaration
Definition
from
fx_api.h:1022
struct
FX_FILE_STRUCT
;
Implemented in
fx_api.h:1231
Fields
Field
Declared as
FX_FILE_STRUCT::fx_file_id
ULONG
FX_FILE_STRUCT::fx_file_name
CHAR
*
FX_FILE_STRUCT::fx_file_open_mode
ULONG
FX_FILE_STRUCT::fx_file_modified
UCHAR
FX_FILE_STRUCT::fx_file_total_clusters
ULONG
FX_FILE_STRUCT::fx_file_first_physical_cluster
ULONG
FX_FILE_STRUCT::fx_file_consecutive_cluster
ULONG
FX_FILE_STRUCT::fx_file_last_physical_cluster
ULONG
FX_FILE_STRUCT::fx_file_current_physical_cluster
ULONG
FX_FILE_STRUCT::fx_file_current_logical_sector
ULONG64
FX_FILE_STRUCT::fx_file_current_logical_offset
ULONG
FX_FILE_STRUCT::fx_file_current_relative_cluster
ULONG
FX_FILE_STRUCT::fx_file_current_relative_sector
ULONG
FX_FILE_STRUCT::fx_file_current_file_offset
ULONG64
FX_FILE_STRUCT::fx_file_current_file_size
ULONG64
FX_FILE_STRUCT::fx_file_current_available_size
ULONG64
FX_FILE_STRUCT::fx_file_media_ptr
FX_MEDIA
*
FX_FILE_STRUCT::fx_file_opened_next
struct
FX_FILE_STRUCT
*
FX_FILE_STRUCT::fx_file_opened_previous
struct
FX_FILE_STRUCT
*
fx_file_opened_next
,
*
FX_FILE_STRUCT::fx_file_dir_entry
FX_DIR_ENTRY
FX_FILE_STRUCT::fx_file_name_buffer
CHAR
[
FX_MAX_LONG_NAME_LEN
]
FX_FILE_STRUCT::fx_file_disable_burst_cache
ULONG
FX_FILE_STRUCT::fx_file_write_notify
VOID
(
*
)
(
struct
FX_FILE_STRUCT
*
)
Related Functions
Found 34 other functions taking a
FX_FILE_STRUCT
argument:
Function
_fxe_file_close()
_fxe_file_open()
_fxe_file_seek()
_fxe_file_write()
_fxe_file_read()
_fx_file_extended_seek()
_fx_file_extended_allocate()
_fx_file_extended_best_effort_allocate()
_fx_file_extended_relative_seek()
_fx_file_extended_truncate()
_fx_file_extended_truncate_release()
_fxe_file_allocate()
_fxe_file_best_effort_allocate()
_fxe_file_relative_seek()
_fxe_file_truncate()
_fxe_file_truncate_release()
_fxe_file_write_notify_set()
_fxe_file_extended_allocate()
_fxe_file_extended_best_effort_allocate()
_fxe_file_extended_relative_seek()
_fxe_file_extended_seek()
_fxe_file_extended_truncate()
_fxe_file_extended_truncate_release()
_fx_file_best_effort_allocate()
_fx_file_close()
_fx_file_open()
_fx_file_allocate()
_fx_file_write()
_fx_file_write_notify_set()
_fx_file_read()
_fx_file_relative_seek()
_fx_file_seek()
_fx_file_truncate()
_fx_file_truncate_release()
Examples
FX_FILE
is referenced by 9 libraries and example projects:
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