FX_DIR_ENTRY_STRUCT::fx_dir_entry_created_time_ms is only used within filex.
 
Symbols
loading...
Files
loading...
CodeScopeSTM32 Libraries and SamplesfilexFX_DIR_ENTRY_STRUCT::fx_dir_entry_created_time_ms

FX_DIR_ENTRY_STRUCT::fx_dir_entry_created_time_ms field

Syntax

UCHAR fx_dir_entry_created_time_ms;

References

LocationReferrerText
fx_api.h:792
UCHAR fx_dir_entry_created_time_ms; /* Create time in milliseconds, always write 0 */
fx_directory_entry_read.c:660_fx_directory_entry_read()
destination_ptr -> fx_dir_entry_created_time_ms = *read_ptr++;
fx_directory_entry_write.c:1042_fx_directory_entry_write()
*work_ptr++ = entry_ptr -> fx_dir_entry_created_time_ms;
fx_directory_entry_write.c:1142_fx_directory_entry_write()
media_ptr -> fx_media_last_found_entry.fx_dir_entry_created_time_ms = entry_ptr -> fx_dir_entry_created_time_ms;
fx_directory_free_search.c:388_fx_directory_free_search()
entry_ptr -> fx_dir_entry_created_time_ms = 0;
fx_directory_rename.c:418_fx_directory_rename()
new_dir_entry.fx_dir_entry_created_time_ms = old_dir_entry.fx_dir_entry_created_time_ms;
fx_file_rename.c:436_fx_file_rename()
new_dir_entry.fx_dir_entry_created_time_ms = old_dir_entry.fx_dir_entry_created_time_ms;
fx_unicode_directory_entry_read.c:672_fx_unicode_directory_entry_read()
destination_ptr -> fx_dir_entry_created_time_ms = *read_ptr++;

Data Use

Functions writing FX_DIR_ENTRY_STRUCT::fx_dir_entry_created_time_ms
Functions reading FX_DIR_ENTRY_STRUCT::fx_dir_entry_created_time_ms
FX_DIR_ENTRY_STRUCT::fx_dir_entry_created_time_ms
Type of FX_DIR_ENTRY_STRUCT::fx_dir_entry_created_time_ms
FX_DIR_ENTRY_STRUCT::fx_dir_entry_created_time_ms
all items filtered out