filex
_fx_media_check()
is only used within filex.
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
_fx_media_check()
_fx_media_check() function
Syntax
Show:
Summary
Declaration
Definition
from
fx_media.h:58
UINT
_fx_media_check
(
FX_MEDIA
*
media_ptr
,
UCHAR
*
scratch_memory_ptr
,
ULONG
scratch_memory_size
,
ULONG
error_correction_option
,
ULONG
*
errors_detected
)
;
Implemented in
fx_media_check.c:170
Arguments
Argument
Declared as
media_ptr
FX_MEDIA
*
scratch_memory_ptr
UCHAR
*
scratch_memory_size
ULONG
error_correction_option
ULONG
errors_detected
ULONG
*
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_close()
_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_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
References
from
examples
Code
Location
Referrer
UINT
_fx_media_check
(
FX_MEDIA
*
media_ptr
,
UCHAR
*
scratch_memory_ptr
,
ULONG
scratch_memory_size
,
ULONG
error_correction_option
,
ULONG
*
errors_detected
)
fx_media_check.c:170
UINT
_fx_media_check
(
FX_MEDIA
*
media_ptr
,
UCHAR
*
scratch_memory_ptr
,
ULONG
scratch_memory_size
,
ULONG
error_correction_option
,
ULONG
*
errors_detected
)
;
fx_media.h:58
status
=
_fx_media_check
(
media_ptr
,
scratch_memory_ptr
,
scratch_memory_size
,
error_correction_option
,
errors_detected
)
;
fxe_media_check.c:131
_fxe_media_check()
Call Tree
from
examples
_fx_media_check()
is called by 1 function and calls 9 functions:
_fxe_media_check()
All items filtered out
_fx_media_check()
_tx_mutex_put()
_tx_mutex_get()
_fx_directory_entry_read()
_fx_directory_entry_write()
_fx_utility_FAT_entry_write()
_fx_media_cache_invalidate()
_fx_media_flush()
_fx_media_check_FAT_chain_check()
_fx_media_check_lost_cluster_check()
All items filtered out
Data Use
from
examples
_fx_media_check()
reads 18 variables and writes 8 variables:
FX_DIR_ENTRY_STRUCT::fx_dir_entry_name
FX_DIR_ENTRY_STRUCT::fx_dir_entry_short_name
FX_DIR_ENTRY_STRUCT::fx_dir_entry_attributes
FX_DIR_ENTRY_STRUCT::fx_dir_entry_cluster
FX_DIR_ENTRY_STRUCT::fx_dir_entry_file_size
FX_MEDIA_STRUCT::fx_media_id
FX_MEDIA_STRUCT::fx_media_bytes_per_sector
FX_MEDIA_STRUCT::fx_media_total_clusters
FX_MEDIA_STRUCT::fx_media_sectors_per_cluster
FX_MEDIA_STRUCT::fx_media_32_bit_FAT
FX_MEDIA_STRUCT::fx_media_root_cluster_32
FX_MEDIA_STRUCT::fx_media_root_directory_entries
FX_MEDIA_STRUCT::fx_media_opened_file_count
FX_MEDIA_STRUCT::fx_media_protect
FX_MEDIA_STRUCT::fx_media_fat_last
CURRENT_DIRECTORY_ENTRY_STRUCT::current_directory_entry
CURRENT_DIRECTORY_ENTRY_STRUCT::current_total_entries
CURRENT_DIRECTORY_ENTRY_STRUCT::current_start_cluster
All items filtered out
_fx_media_check()
FX_DIR_ENTRY_STRUCT::fx_dir_entry_name
FX_DIR_ENTRY_STRUCT::fx_dir_entry_cluster
FX_DIR_ENTRY_STRUCT::fx_dir_entry_file_size
FX_DIR_ENTRY_STRUCT::fx_dir_entry_last_search_cluster
FX_MEDIA_STRUCT::fx_media_root_directory_entries
CURRENT_DIRECTORY_ENTRY_STRUCT::current_directory_entry
CURRENT_DIRECTORY_ENTRY_STRUCT::current_total_entries
CURRENT_DIRECTORY_ENTRY_STRUCT::current_start_cluster
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