filex
+
0
/7 examples
SourceVu will show references to
_fxe_media_close()
from the following samples and libraries:
Libraries
usbx
Examples
STM32469I-Discovery
Applications
FileX
Fx_Dual_Instance
Fx_MultiAccess
Fx_NoR_Write_Read_File
Fx_uSD_File_Edit
FX_IAP
IAP_main
STM32F429ZI-Nucleo
Applications
FileX
Fx_SRAM_File_Edit_Standalone
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
STM32 Libraries and Samples
filex
_fxe_media_close()
_fxe_media_close() function
Syntax
Show:
Summary
Declaration
Definition
from
fx_api.h:1584
UINT
fx_media_close
(
FX_MEDIA
*
media_ptr
)
;
Implemented in
fxe_media_close.c:73
Arguments
Argument
media_ptr
Related Functions
Found 135 other functions taking a
FX_MEDIA_STRUCT
argument:
Function
Description
_fx_utility_FAT_entry_read()
_fx_utility_logical_sector_read()
_fx_directory_search()
_fxe_file_open()
_fx_directory_entry_write()
_fx_utility_FAT_entry_write()
_fx_utility_logical_sector_write()
_fxe_file_create()
_fxe_media_open()
_fx_utility_logical_sector_flush()
_fxe_media_flush()
fx_stm32_sd_driver()
This function is the entry point to the STM32 SD disk driver. It relies on the STM32 peripheral library from ST.
_fx_directory_entry_read()
fx_stm32_levelx_nor_driver()
_fxe_media_space_available()
_fx_unicode_directory_search()
_fx_utility_FAT_flush()
_fx_media_abort()
_fxe_media_format()
_fx_directory_free_search()
_fx_utility_logical_sector_cache_entry_read()
_fx_unicode_directory_entry_change()
_fxe_file_attributes_read()
sd_read_data()
Read data from uSD into destination buffer
_fx_utility_FAT_map_flush()
_fx_unicode_short_name_get()
_fxe_directory_information_get()
_fxe_file_delete()
sd_write_data()
write data buffer into the uSD
_fx_directory_create()
_fx_directory_default_get()
_fx_directory_local_path_get()
_fx_directory_long_name_get_extended()
_fx_directory_next_entry_find()
_fx_directory_next_full_entry_find()
_fx_directory_rename()
_fx_file_create()
_fx_directory_short_name_get_extended()
_fx_file_rename()
_fx_media_cache_invalidate()
_fx_media_flush()
_fx_media_volume_get_extended()
_fx_media_extended_space_available()
_fx_media_check_FAT_chain_check()
_fx_unicode_short_name_get_extended()
_fx_unicode_name_get_extended()
fx_stm32_sram_driver()
_fxe_directory_attributes_read()
_fxe_directory_attributes_set()
_fxe_directory_create()
_fxe_directory_default_get()
_fxe_directory_default_get_copy()
_fxe_directory_default_set()
_fxe_directory_delete()
_fxe_directory_first_entry_find()
_fxe_directory_first_full_entry_find()
_fxe_directory_local_path_clear()
_fxe_directory_local_path_get()
_fxe_directory_local_path_get_copy()
_fxe_directory_local_path_restore()
_fxe_directory_local_path_set()
_fxe_directory_long_name_get()
_fxe_directory_long_name_get_extended()
_fxe_directory_name_test()
_fxe_directory_next_entry_find()
_fxe_directory_next_full_entry_find()
_fxe_directory_rename()
_fxe_directory_short_name_get()
_fxe_directory_short_name_get_extended()
_fxe_file_attributes_set()
_fxe_file_date_time_set()
_fxe_file_rename()
_fxe_media_abort()
_fxe_media_cache_invalidate()
_fxe_media_check()
_fxe_media_read()
_fxe_media_volume_get()
_fxe_media_volume_get_extended()
_fxe_media_volume_set()
_fxe_media_write()
_fxe_media_open_notify_set()
_fxe_media_close_notify_set()
_fxe_media_extended_space_available()
_fxe_unicode_directory_create()
_fxe_unicode_directory_rename()
_fxe_unicode_file_create()
_fxe_unicode_file_rename()
_fxe_unicode_name_get()
_fxe_unicode_name_get_extended()
_fxe_unicode_short_name_get()
_fxe_unicode_short_name_get_extended()
_fx_directory_attributes_read()
_fx_directory_attributes_set()
_fx_directory_default_get_copy()
_fx_directory_default_set()
_fx_directory_delete()
_fx_directory_local_path_clear()
_fx_directory_local_path_get_copy()
_fx_directory_local_path_restore()
_fx_directory_local_path_set()
_fx_directory_long_name_get()
_fx_directory_name_test()
_fx_file_date_time_set()
_fx_file_delete()
_fx_file_open()
_fx_directory_short_name_get()
_fx_directory_first_entry_find()
_fx_directory_first_full_entry_find()
_fx_directory_information_get()
_fx_file_attributes_read()
_fx_file_attributes_set()
_fx_media_check()
_fx_media_close()
_fx_media_format()
_fx_media_read()
_fx_media_space_available()
_fx_media_volume_get()
_fx_media_volume_set()
_fx_media_write()
_fx_media_open()
_fx_media_open_notify_set()
_fx_media_close_notify_set()
_fx_media_check_lost_cluster_check()
_fx_media_boot_info_extract()
_fx_unicode_directory_create()
_fx_unicode_directory_rename()
_fx_unicode_file_create()
_fx_unicode_name_get()
_fx_unicode_file_rename()
_fx_unicode_directory_entry_read()
_fx_utility_FAT_sector_get()
_fx_directory_entry_read_FAT()
_fxe_media_exFAT_format()
_fx_media_exFAT_format()
_fx_media_check_exFAT_lost_cluster_check()
Examples
_fxe_media_close()
is referenced by 7 libraries and example projects:
Libraries
usbx
Examples
STM32469I-Discovery
Applications
FileX
Fx_Dual_Instance
Fx_MultiAccess
Fx_NoR_Write_Read_File
Fx_uSD_File_Edit
FX_IAP
IAP_main
STM32F429ZI-Nucleo
Applications
FileX
Fx_SRAM_File_Edit_Standalone
References
from
0/7
examples
Code
Location
UINT
_fxe_media_close
(
FX_MEDIA
*
media_ptr
)
fxe_media_close.c:73
UINT
fx_media_close
(
FX_MEDIA
*
media_ptr
)
;
fx_api.h:1584
UINT
_fxe_media_close
(
FX_MEDIA
*
media_ptr
)
;
fx_media.h:84
Call Tree
from
0/7
examples
_fxe_media_close()
calls 2 functions:
All items filtered out
_fxe_media_close()
__get_ipsr_value()
_fx_media_close()
All items filtered out
Data Use
from
0/7
examples
_fxe_media_close()
reads 2 variables:
_tx_thread_current_ptr
_tx_thread_system_state
All items filtered out
_fxe_media_close()
All items filtered out
Class Tree
from
0/7
examples
All items filtered out
All items filtered out
Override Tree
from
0/7
examples
All items filtered out
All items filtered out
Implementations
from
0/7
examples
All items filtered out
All items filtered out
Instances
from
0/7
examples
Lifecycle
from
0/7
examples
All items filtered out
All items filtered out