FX_MEDIA_STRUCT::fx_media_opened_file_list is only used within filex.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesfilexFX_MEDIA_STRUCT::fx_media_opened_file_list

FX_MEDIA_STRUCT::fx_media_opened_file_list field

Syntax

struct FX_FILE_STRUCT *fx_media_opened_file_list;

References

LocationReferrerText
fx_api.h:1023
*fx_media_opened_file_list;
fx_directory_information_get.c:142_fx_directory_information_get()
search_ptr = media_ptr -> fx_media_opened_file_list;
fx_file_attributes_set.c:176_fx_file_attributes_set()
search_ptr = media_ptr -> fx_media_opened_file_list;
fx_file_close.c:116_fx_file_close()
media_ptr -> fx_media_opened_file_list = FX_NULL;
fx_file_close.c:128_fx_file_close()
if (media_ptr -> fx_media_opened_file_list == file_ptr)
fx_file_close.c:132_fx_file_close()
media_ptr -> fx_media_opened_file_list = file_ptr -> fx_file_opened_next;
fx_file_delete.c:219_fx_file_delete()
search_ptr = media_ptr -> fx_media_opened_file_list;
fx_file_extended_truncate.c:187_fx_file_extended_truncate()
search_ptr = media_ptr -> fx_media_opened_file_list;
fx_file_extended_truncate_release.c:713_fx_file_extended_truncate_release()
search_ptr = media_ptr -> fx_media_opened_file_list;
fx_file_open.c:268_fx_file_open()
search_ptr = media_ptr -> fx_media_opened_file_list;
fx_file_open.c:574_fx_file_open()
if (media_ptr -> fx_media_opened_file_list)
fx_file_open.c:578_fx_file_open()
tail_ptr = (media_ptr -> fx_media_opened_file_list) -> fx_file_opened_previous;
fx_file_open.c:581_fx_file_open()
(media_ptr -> fx_media_opened_file_list) -> fx_file_opened_previous = file_ptr;
fx_file_open.c:586_fx_file_open()
file_ptr -> fx_file_opened_next = media_ptr -> fx_media_opened_file_list;
fx_file_open.c:592_fx_file_open()
media_ptr -> fx_media_opened_file_list = file_ptr;
fx_file_rename.c:502_fx_file_rename()
search_ptr = media_ptr -> fx_media_opened_file_list;
fx_file_write.c:1619_fx_file_write()
search_ptr = media_ptr -> fx_media_opened_file_list;
fx_media_abort.c:106_fx_media_abort()
file_ptr = media_ptr -> fx_media_opened_file_list;
fx_media_close.c:126_fx_media_close()
file_ptr = media_ptr -> fx_media_opened_file_list;
fx_media_flush.c:129_fx_media_flush()
file_ptr = media_ptr -> fx_media_opened_file_list;
fx_media_open.c:978_fx_media_open()
media_ptr -> fx_media_opened_file_list = FX_NULL;
fxe_file_open.c:107_fxe_file_open()
current_file = media_ptr -> fx_media_opened_file_list;

Data Use

Type of FX_MEDIA_STRUCT::fx_media_opened_file_list
FX_MEDIA_STRUCT::fx_media_opened_file_list
all items filtered out