filex
+
0
/12 examples
SourceVu will show references to
FX_MEDIA
from the following samples and libraries:
Libraries
netxduo
usbx
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_Device_CDC_ECM
Ux_Host_DualClass
STM32F429ZI-Nucleo
Applications
FileX
Fx_SRAM_File_Edit_Standalone
NetXDuo
Nx_WebServer
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_MEDIA
FX_MEDIA struct
Syntax
Show:
Summary
Declaration
from
fx_api.h:884
typedef
struct
FX_MEDIA_STRUCT
{
ULONG
fx_media_id
;
CHAR
*
fx_media_name
;
UCHAR
*
fx_media_memory_buffer
;
ULONG
fx_media_memory_size
;
#ifdef
FX_DISABLE_CACHE
ULONG64
fx_media_memory_buffer_sector
;
#else
UINT
fx_media_sector_cache_hashed
;
ULONG
fx_media_sector_cache_size
;
UCHAR
*
fx_media_sector_cache_end
;
struct
FX_CACHED_SECTOR_STRUCT
*
fx_media_sector_cache_list_ptr
;
ULONG
fx_media_sector_cache_hashed_sector_valid
;
ULONG
fx_media_sector_cache_dirty_count
;
#endif
UINT
fx_media_bytes_per_sector
;
UINT
fx_media_sectors_per_track
;
UINT
fx_media_heads
;
ULONG64
fx_media_total_sectors
;
ULONG
fx_media_total_clusters
;
#ifdef
FX_ENABLE_EXFAT
ULONG
fx_media_exfat_volume_serial_number
;
UINT
fx_media_exfat_file_system_revision
;
UINT
fx_media_exfat_volume_flag
;
USHORT
fx_media_exfat_drive_select
;
USHORT
fx_media_exfat_percent_in_use
;
UINT
fx_media_exfat_bytes_per_sector_shift
;
UINT
fx_media_exfat_sector_per_clusters_shift
;
UCHAR
fx_media_exfat_bitmap_cache
[
FX_EXFAT_BITMAP_CACHE_SIZE
]
;
ULONG
fx_media_exfat_bitmap_start_sector
;
ULONG
fx_media_exfat_bitmap_cache_size_in_sectors
;
ULONG
fx_media_exfat_bitmap_cache_start_cluster
;
ULONG
fx_media_exfat_bitmap_cache_end_cluster
;
UINT
fx_media_exfat_bitmap_clusters_per_sector_shift
;
UINT
fx_media_exfat_bitmap_cache_dirty
;
#endif
UINT
fx_media_reserved_sectors
;
UINT
fx_media_root_sector_start
;
UINT
fx_media_root_sectors
;
UINT
fx_media_data_sector_start
;
UINT
fx_media_sectors_per_cluster
;
UINT
fx_media_sectors_per_FAT
;
UINT
fx_media_number_of_FATs
;
UINT
fx_media_12_bit_FAT
;
UINT
fx_media_32_bit_FAT
;
ULONG
fx_media_FAT32_additional_info_sector
;
UINT
fx_media_FAT32_additional_info_last_available
;
#ifdef
FX_DRIVER_USE_64BIT_LBA
ULONG64
fx_media_hidden_sectors
;
#else
ULONG
fx_media_hidden_sectors
;
#endif
ULONG
fx_media_root_cluster_32
;
UINT
fx_media_root_directory_entries
;
ULONG
fx_media_available_clusters
;
ULONG
fx_media_cluster_search_start
;
VOID
*
fx_media_driver_info
;
UINT
fx_media_driver_request
;
UINT
fx_media_driver_status
;
UCHAR
*
fx_media_driver_buffer
;
#ifdef
FX_DRIVER_USE_64BIT_LBA
ULONG64
fx_media_driver_logical_sector
;
#else
ULONG
fx_media_driver_logical_sector
;
#endif
ULONG
fx_media_driver_sectors
;
ULONG
fx_media_driver_physical_sector
;
UINT
fx_media_driver_physical_track
;
UINT
fx_media_driver_physical_head
;
UINT
fx_media_driver_write_protect
;
UINT
fx_media_driver_free_sector_update
;
UINT
fx_media_driver_system_write
;
UINT
fx_media_driver_data_sector_read
;
UINT
fx_media_driver_sector_type
;
VOID
(
*
fx_media_driver_entry
)
(
struct
FX_MEDIA_STRUCT
*
)
;
VOID
(
*
fx_media_open_notify
)
(
struct
FX_MEDIA_STRUCT
*
)
;
VOID
(
*
fx_media_close_notify
)
(
struct
FX_MEDIA_STRUCT
*
)
;
struct
FX_FILE_STRUCT
*
fx_media_opened_file_list
;
ULONG
fx_media_opened_file_count
;
struct
FX_MEDIA_STRUCT
*
fx_media_opened_next
,
*
fx_media_opened_previous
;
#ifndef
FX_MEDIA_STATISTICS_DISABLE
ULONG
fx_media_directory_attributes_reads
;
ULONG
fx_media_directory_attributes_sets
;
ULONG
fx_media_directory_creates
;
ULONG
fx_media_directory_default_gets
;
ULONG
fx_media_directory_default_sets
;
ULONG
fx_media_directory_deletes
;
ULONG
fx_media_directory_first_entry_finds
;
ULONG
fx_media_directory_first_full_entry_finds
;
ULONG
fx_media_directory_information_gets
;
ULONG
fx_media_directory_local_path_clears
;
ULONG
fx_media_directory_local_path_gets
;
ULONG
fx_media_directory_local_path_restores
;
ULONG
fx_media_directory_local_path_sets
;
ULONG
fx_media_directory_name_tests
;
ULONG
fx_media_directory_next_entry_finds
;
ULONG
fx_media_directory_next_full_entry_finds
;
ULONG
fx_media_directory_renames
;
ULONG
fx_media_file_allocates
;
ULONG
fx_media_file_attributes_reads
;
ULONG
fx_media_file_attributes_sets
;
ULONG
fx_media_file_best_effort_allocates
;
ULONG
fx_media_file_closes
;
ULONG
fx_media_file_creates
;
ULONG
fx_media_file_deletes
;
ULONG
fx_media_file_opens
;
ULONG
fx_media_file_reads
;
ULONG
fx_media_file_relative_seeks
;
ULONG
fx_media_file_renames
;
ULONG
fx_media_file_seeks
;
ULONG
fx_media_file_truncates
;
ULONG
fx_media_file_truncate_releases
;
ULONG
fx_media_file_writes
;
ULONG
fx_media_aborts
;
ULONG
fx_media_flushes
;
ULONG
fx_media_reads
;
ULONG
fx_media_writes
;
ULONG
fx_media_directory_entry_reads
;
ULONG
fx_media_directory_entry_writes
;
ULONG
fx_media_directory_searches
;
ULONG
fx_media_directory_free_searches
;
ULONG
fx_media_fat_entry_reads
;
ULONG
fx_media_fat_entry_writes
;
ULONG
fx_media_fat_entry_cache_read_hits
;
ULONG
fx_media_fat_entry_cache_read_misses
;
ULONG
fx_media_fat_entry_cache_write_hits
;
ULONG
fx_media_fat_entry_cache_write_misses
;
ULONG
fx_media_fat_cache_flushes
;
ULONG
fx_media_fat_sector_reads
;
ULONG
fx_media_fat_sector_writes
;
ULONG
fx_media_logical_sector_reads
;
ULONG
fx_media_logical_sector_writes
;
ULONG
fx_media_logical_sector_cache_read_hits
;
ULONG
fx_media_logical_sector_cache_read_misses
;
ULONG
fx_media_driver_read_requests
;
ULONG
fx_media_driver_write_requests
;
ULONG
fx_media_driver_boot_read_requests
;
ULONG
fx_media_driver_boot_write_requests
;
ULONG
fx_media_driver_release_sectors_requests
;
ULONG
fx_media_driver_flush_requests
;
#ifndef
FX_MEDIA_DISABLE_SEARCH_CACHE
ULONG
fx_media_directory_search_cache_hits
;
#endif
#endif
#ifndef
FX_SINGLE_THREAD
TX_MUTEX
fx_media_protect
;
#endif
#ifndef
FX_MEDIA_DISABLE_SEARCH_CACHE
UINT
fx_media_last_found_directory_valid
;
FX_DIR_ENTRY
fx_media_last_found_directory
;
FX_DIR_ENTRY
fx_media_last_found_entry
;
CHAR
fx_media_last_found_file_name
[
FX_MAX_LONG_NAME_LEN
]
;
CHAR
fx_media_last_found_name
[
FX_MAX_LAST_NAME_LEN
]
;
#endif
FX_PATH
fx_media_default_path
;
FX_FAT_CACHE_ENTRY
fx_media_fat_cache
[
FX_MAX_FAT_CACHE
]
;
UCHAR
fx_media_fat_secondary_update_map
[
FX_FAT_MAP_SIZE
]
;
ALIGN_TYPE
fx_media_reserved_for_user
;
CHAR
fx_media_name_buffer
[
4
*
FX_MAX_LONG_NAME_LEN
]
;
#ifdef
FX_RENAME_PATH_INHERIT
CHAR
fx_media_rename_buffer
[
FX_MAXIMUM_PATH
]
;
#endif
#ifndef
FX_DISABLE_CACHE
struct
FX_CACHED_SECTOR_STRUCT
fx_media_sector_cache
[
FX_MAX_SECTOR_CACHE
]
;
ULONG
fx_media_sector_cache_hash_mask
;
#endif
ULONG
fx_media_disable_burst_cache
;
#ifdef
FX_ENABLE_FAULT_TOLERANT
UCHAR
fx_media_fault_tolerant_enabled
;
UCHAR
fx_media_fault_tolerant_state
;
USHORT
fx_media_fault_tolerant_transaction_count
;
ULONG
fx_media_fault_tolerant_start_cluster
;
ULONG
fx_media_fault_tolerant_clusters
;
ULONG
fx_media_fault_tolerant_total_logs
;
UCHAR
*
fx_media_fault_tolerant_memory_buffer
;
ULONG
fx_media_fault_tolerant_memory_buffer_size
;
ULONG
fx_media_fault_tolerant_file_size
;
ULONG
fx_media_fault_tolerant_cache
[
FX_FAULT_TOLERANT_CACHE_SIZE
>
>
2
]
;
ULONG
fx_media_fault_tolerant_cached_FAT_sector
;
#endif
ULONG
fx_media_fat_reserved
;
ULONG
fx_media_fat_last
;
UCHAR
fx_media_FAT_type
;
FX_MEDIA_MODULE_EXTENSION
}
FX_MEDIA
;
Fields
Field
Declared as
FX_MEDIA_STRUCT::fx_media_id
ULONG
FX_MEDIA_STRUCT::fx_media_name
CHAR
*
FX_MEDIA_STRUCT::fx_media_memory_buffer
UCHAR
*
FX_MEDIA_STRUCT::fx_media_memory_size
ULONG
FX_MEDIA_STRUCT::fx_media_sector_cache_hashed
UINT
FX_MEDIA_STRUCT::fx_media_sector_cache_size
ULONG
FX_MEDIA_STRUCT::fx_media_sector_cache_end
UCHAR
*
FX_MEDIA_STRUCT::fx_media_sector_cache_list_ptr
struct
FX_CACHED_SECTOR_STRUCT
*
FX_MEDIA_STRUCT::fx_media_sector_cache_hashed_sector_valid
ULONG
FX_MEDIA_STRUCT::fx_media_sector_cache_dirty_count
ULONG
FX_MEDIA_STRUCT::fx_media_bytes_per_sector
UINT
FX_MEDIA_STRUCT::fx_media_sectors_per_track
UINT
FX_MEDIA_STRUCT::fx_media_heads
UINT
FX_MEDIA_STRUCT::fx_media_total_sectors
ULONG64
FX_MEDIA_STRUCT::fx_media_total_clusters
ULONG
FX_MEDIA_STRUCT::fx_media_reserved_sectors
UINT
FX_MEDIA_STRUCT::fx_media_root_sector_start
UINT
FX_MEDIA_STRUCT::fx_media_root_sectors
UINT
FX_MEDIA_STRUCT::fx_media_data_sector_start
UINT
FX_MEDIA_STRUCT::fx_media_sectors_per_cluster
UINT
FX_MEDIA_STRUCT::fx_media_sectors_per_FAT
UINT
FX_MEDIA_STRUCT::fx_media_number_of_FATs
UINT
FX_MEDIA_STRUCT::fx_media_12_bit_FAT
UINT
FX_MEDIA_STRUCT::fx_media_32_bit_FAT
UINT
FX_MEDIA_STRUCT::fx_media_FAT32_additional_info_sector
ULONG
FX_MEDIA_STRUCT::fx_media_FAT32_additional_info_last_available
UINT
FX_MEDIA_STRUCT::fx_media_hidden_sectors
ULONG
FX_MEDIA_STRUCT::fx_media_root_cluster_32
ULONG
FX_MEDIA_STRUCT::fx_media_root_directory_entries
UINT
FX_MEDIA_STRUCT::fx_media_available_clusters
ULONG
FX_MEDIA_STRUCT::fx_media_cluster_search_start
ULONG
FX_MEDIA_STRUCT::fx_media_driver_info
VOID
*
FX_MEDIA_STRUCT::fx_media_driver_request
UINT
FX_MEDIA_STRUCT::fx_media_driver_status
UINT
FX_MEDIA_STRUCT::fx_media_driver_buffer
UCHAR
*
FX_MEDIA_STRUCT::fx_media_driver_logical_sector
ULONG
FX_MEDIA_STRUCT::fx_media_driver_sectors
ULONG
FX_MEDIA_STRUCT::fx_media_driver_physical_sector
ULONG
FX_MEDIA_STRUCT::fx_media_driver_physical_track
UINT
FX_MEDIA_STRUCT::fx_media_driver_physical_head
UINT
FX_MEDIA_STRUCT::fx_media_driver_write_protect
UINT
FX_MEDIA_STRUCT::fx_media_driver_free_sector_update
UINT
FX_MEDIA_STRUCT::fx_media_driver_system_write
UINT
FX_MEDIA_STRUCT::fx_media_driver_data_sector_read
UINT
FX_MEDIA_STRUCT::fx_media_driver_sector_type
UINT
FX_MEDIA_STRUCT::fx_media_driver_entry
VOID
(
*
)
(
struct
FX_MEDIA_STRUCT
*
)
FX_MEDIA_STRUCT::fx_media_open_notify
VOID
(
*
)
(
struct
FX_MEDIA_STRUCT
*
)
FX_MEDIA_STRUCT::fx_media_close_notify
VOID
(
*
)
(
struct
FX_MEDIA_STRUCT
*
)
FX_MEDIA_STRUCT::fx_media_opened_file_list
struct
FX_FILE_STRUCT
*
FX_MEDIA_STRUCT::fx_media_opened_file_count
ULONG
FX_MEDIA_STRUCT::fx_media_opened_next
struct
FX_MEDIA_STRUCT
*
FX_MEDIA_STRUCT::fx_media_opened_previous
struct
FX_MEDIA_STRUCT
*
fx_media_opened_next
,
*
FX_MEDIA_STRUCT::fx_media_directory_attributes_reads
ULONG
FX_MEDIA_STRUCT::fx_media_directory_attributes_sets
ULONG
FX_MEDIA_STRUCT::fx_media_directory_creates
ULONG
FX_MEDIA_STRUCT::fx_media_directory_default_gets
ULONG
FX_MEDIA_STRUCT::fx_media_directory_default_sets
ULONG
FX_MEDIA_STRUCT::fx_media_directory_deletes
ULONG
FX_MEDIA_STRUCT::fx_media_directory_first_entry_finds
ULONG
FX_MEDIA_STRUCT::fx_media_directory_first_full_entry_finds
ULONG
FX_MEDIA_STRUCT::fx_media_directory_information_gets
ULONG
FX_MEDIA_STRUCT::fx_media_directory_local_path_clears
ULONG
FX_MEDIA_STRUCT::fx_media_directory_local_path_gets
ULONG
FX_MEDIA_STRUCT::fx_media_directory_local_path_restores
ULONG
FX_MEDIA_STRUCT::fx_media_directory_local_path_sets
ULONG
FX_MEDIA_STRUCT::fx_media_directory_name_tests
ULONG
FX_MEDIA_STRUCT::fx_media_directory_next_entry_finds
ULONG
FX_MEDIA_STRUCT::fx_media_directory_next_full_entry_finds
ULONG
FX_MEDIA_STRUCT::fx_media_directory_renames
ULONG
FX_MEDIA_STRUCT::fx_media_file_allocates
ULONG
FX_MEDIA_STRUCT::fx_media_file_attributes_reads
ULONG
FX_MEDIA_STRUCT::fx_media_file_attributes_sets
ULONG
FX_MEDIA_STRUCT::fx_media_file_best_effort_allocates
ULONG
FX_MEDIA_STRUCT::fx_media_file_closes
ULONG
FX_MEDIA_STRUCT::fx_media_file_creates
ULONG
FX_MEDIA_STRUCT::fx_media_file_deletes
ULONG
FX_MEDIA_STRUCT::fx_media_file_opens
ULONG
FX_MEDIA_STRUCT::fx_media_file_reads
ULONG
FX_MEDIA_STRUCT::fx_media_file_relative_seeks
ULONG
FX_MEDIA_STRUCT::fx_media_file_renames
ULONG
FX_MEDIA_STRUCT::fx_media_file_seeks
ULONG
FX_MEDIA_STRUCT::fx_media_file_truncates
ULONG
FX_MEDIA_STRUCT::fx_media_file_truncate_releases
ULONG
FX_MEDIA_STRUCT::fx_media_file_writes
ULONG
FX_MEDIA_STRUCT::fx_media_aborts
ULONG
FX_MEDIA_STRUCT::fx_media_flushes
ULONG
FX_MEDIA_STRUCT::fx_media_reads
ULONG
FX_MEDIA_STRUCT::fx_media_writes
ULONG
FX_MEDIA_STRUCT::fx_media_directory_entry_reads
ULONG
FX_MEDIA_STRUCT::fx_media_directory_entry_writes
ULONG
FX_MEDIA_STRUCT::fx_media_directory_searches
ULONG
FX_MEDIA_STRUCT::fx_media_directory_free_searches
ULONG
FX_MEDIA_STRUCT::fx_media_fat_entry_reads
ULONG
FX_MEDIA_STRUCT::fx_media_fat_entry_writes
ULONG
FX_MEDIA_STRUCT::fx_media_fat_entry_cache_read_hits
ULONG
FX_MEDIA_STRUCT::fx_media_fat_entry_cache_read_misses
ULONG
FX_MEDIA_STRUCT::fx_media_fat_entry_cache_write_hits
ULONG
FX_MEDIA_STRUCT::fx_media_fat_entry_cache_write_misses
ULONG
FX_MEDIA_STRUCT::fx_media_fat_cache_flushes
ULONG
FX_MEDIA_STRUCT::fx_media_fat_sector_reads
ULONG
FX_MEDIA_STRUCT::fx_media_fat_sector_writes
ULONG
FX_MEDIA_STRUCT::fx_media_logical_sector_reads
ULONG
FX_MEDIA_STRUCT::fx_media_logical_sector_writes
ULONG
FX_MEDIA_STRUCT::fx_media_logical_sector_cache_read_hits
ULONG
FX_MEDIA_STRUCT::fx_media_logical_sector_cache_read_misses
ULONG
FX_MEDIA_STRUCT::fx_media_driver_read_requests
ULONG
FX_MEDIA_STRUCT::fx_media_driver_write_requests
ULONG
FX_MEDIA_STRUCT::fx_media_driver_boot_read_requests
ULONG
FX_MEDIA_STRUCT::fx_media_driver_boot_write_requests
ULONG
FX_MEDIA_STRUCT::fx_media_driver_release_sectors_requests
ULONG
FX_MEDIA_STRUCT::fx_media_driver_flush_requests
ULONG
FX_MEDIA_STRUCT::fx_media_directory_search_cache_hits
ULONG
FX_MEDIA_STRUCT::fx_media_protect
TX_MUTEX
FX_MEDIA_STRUCT::fx_media_last_found_directory_valid
UINT
FX_MEDIA_STRUCT::fx_media_last_found_directory
FX_DIR_ENTRY
FX_MEDIA_STRUCT::fx_media_last_found_entry
FX_DIR_ENTRY
FX_MEDIA_STRUCT::fx_media_last_found_file_name
CHAR
[
FX_MAX_LONG_NAME_LEN
]
FX_MEDIA_STRUCT::fx_media_last_found_name
CHAR
[
FX_MAX_LAST_NAME_LEN
]
FX_MEDIA_STRUCT::fx_media_default_path
FX_PATH
FX_MEDIA_STRUCT::fx_media_fat_cache
FX_FAT_CACHE_ENTRY
[
FX_MAX_FAT_CACHE
]
FX_MEDIA_STRUCT::fx_media_fat_secondary_update_map
UCHAR
[
FX_FAT_MAP_SIZE
]
FX_MEDIA_STRUCT::fx_media_reserved_for_user
ALIGN_TYPE
FX_MEDIA_STRUCT::fx_media_name_buffer
CHAR
[
4
*
FX_MAX_LONG_NAME_LEN
]
FX_MEDIA_STRUCT::fx_media_sector_cache
struct
FX_CACHED_SECTOR_STRUCT
[
FX_MAX_SECTOR_CACHE
]
FX_MEDIA_STRUCT::fx_media_sector_cache_hash_mask
ULONG
FX_MEDIA_STRUCT::fx_media_disable_burst_cache
ULONG
FX_MEDIA_STRUCT::fx_media_fat_reserved
ULONG
FX_MEDIA_STRUCT::fx_media_fat_last
ULONG
FX_MEDIA_STRUCT::fx_media_FAT_type
UCHAR
Related Functions
Found 136 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_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
FX_MEDIA
is referenced by 12 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