filex
sd_read_data()
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
sd_read_data()
sd_read_data() function
Read data from uSD into destination buffer
Syntax
Show:
Summary
Declaration
Definition
from
fx_stm32_sd_driver.c:30
static
UINT
sd_read_data
(
FX_MEDIA
*
media_ptr
,
ULONG
sector
,
UINT
num_sectors
,
UINT
use_scratch_buffer
)
;
Implemented in
fx_stm32_sd_driver.c:258
Arguments
Argument
media_ptr
sector
num_sectors
use_scratch_buffer
Return value
FX_SUCCESS on success FX_BUFFER_ERROR / FX_ACCESS_ERROR / FX_IO_ERROR otherwise
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()
_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
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