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

FX_DIR_ENTRY_STRUCT::fx_dir_entry_attributes field

Syntax

UCHAR fx_dir_entry_attributes;

References

LocationReferrerText
fx_api.h:790
UCHAR fx_dir_entry_attributes; /* Directory entry attributes */
fx_directory_attributes_read.c:134_fx_directory_attributes_read()
if ((dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_DIRECTORY)) == 0)
fx_directory_attributes_read.c:145_fx_directory_attributes_read()
*attributes_ptr = (UINT)dir_entry.fx_dir_entry_attributes;
fx_directory_attributes_set.c:147_fx_directory_attributes_set()
if ((dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_DIRECTORY)) == 0)
fx_directory_attributes_set.c:159_fx_directory_attributes_set()
dir_entry.fx_dir_entry_attributes = (UCHAR)(attributes | FX_DIRECTORY);
fx_directory_create.c:410_fx_directory_create()
dir_entry.fx_dir_entry_attributes = FX_DIRECTORY;
fx_directory_create.c:441_fx_directory_create()
dir_entry.fx_dir_entry_attributes |= FX_HIDDEN;
fx_directory_default_set.c:173_fx_directory_default_set()
if ((status != FX_SUCCESS) || (!(dir_entry.fx_dir_entry_attributes & FX_DIRECTORY)))
fx_directory_delete.c:188_fx_directory_delete()
if (!(dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_DIRECTORY)))
fx_directory_delete.c:203_fx_directory_delete()
if (dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_READ_ONLY))
fx_directory_entry_read.c:627_fx_directory_entry_read()
destination_ptr -> fx_dir_entry_attributes = *read_ptr++;
fx_directory_entry_write.c:1036_fx_directory_entry_write()
*work_ptr++ = entry_ptr -> fx_dir_entry_attributes;
fx_directory_entry_write.c:1138_fx_directory_entry_write()
media_ptr -> fx_media_last_found_entry.fx_dir_entry_attributes = entry_ptr -> fx_dir_entry_attributes;
fx_directory_information_get.c:169_fx_directory_information_get()
*attributes = dir_entry.fx_dir_entry_attributes;
fx_directory_local_path_set.c:158_fx_directory_local_path_set()
if ((status != FX_SUCCESS) || (!(dir_entry.fx_dir_entry_attributes & FX_DIRECTORY)))
fx_directory_name_test.c:127_fx_directory_name_test()
if (!(dir_entry.fx_dir_entry_attributes & (UCHAR)FX_DIRECTORY))
fx_directory_next_full_entry_find.c:385_fx_directory_next_full_entry_find()
*attributes = entry.fx_dir_entry_attributes;
fx_directory_rename.c:213_fx_directory_rename()
if (!(old_dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_DIRECTORY)))
fx_directory_rename.c:410_fx_directory_rename()
new_dir_entry.fx_dir_entry_attributes = old_dir_entry.fx_dir_entry_attributes;
fx_directory_rename.c:441_fx_directory_rename()
new_dir_entry.fx_dir_entry_attributes |= FX_HIDDEN;
fx_directory_search.c:666_fx_directory_search()
if ((entry_ptr -> fx_dir_entry_attributes & FX_VOLUME))
fx_directory_search.c:801_fx_directory_search()
if (entry_ptr -> fx_dir_entry_attributes & FX_DIRECTORY)
fx_file_attributes_read.c:147_fx_file_attributes_read()
if (dir_entry.fx_dir_entry_attributes & not_a_file_attr)
fx_file_attributes_read.c:158_fx_file_attributes_read()
*attributes_ptr = (UINT)dir_entry.fx_dir_entry_attributes;
fx_file_attributes_set.c:163_fx_file_attributes_set()
if (dir_entry.fx_dir_entry_attributes & not_a_file_attr)
fx_file_attributes_set.c:198_fx_file_attributes_set()
dir_entry.fx_dir_entry_attributes = (UCHAR)attributes;
fx_file_create.c:282_fx_file_create()
dir_entry.fx_dir_entry_attributes = FX_ARCHIVE;
fx_file_create.c:300_fx_file_create()
dir_entry.fx_dir_entry_attributes |= FX_HIDDEN;
fx_file_delete.c:188_fx_file_delete()
if (dir_entry.fx_dir_entry_attributes & not_a_file_attr)
fx_file_delete.c:203_fx_file_delete()
if (dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_READ_ONLY))
fx_file_open.c:194_fx_file_open()
if (file_ptr -> fx_file_dir_entry.fx_dir_entry_attributes & not_a_file_attr)
fx_file_open.c:255_fx_file_open()
if (file_ptr -> fx_file_dir_entry.fx_dir_entry_attributes & (UCHAR)(FX_READ_ONLY))
fx_file_rename.c:230_fx_file_rename()
if (old_dir_entry.fx_dir_entry_attributes & not_a_file_attr)
fx_file_rename.c:428_fx_file_rename()
new_dir_entry.fx_dir_entry_attributes = old_dir_entry.fx_dir_entry_attributes;
fx_file_rename.c:459_fx_file_rename()
new_dir_entry.fx_dir_entry_attributes |= FX_HIDDEN;
fx_media_check.c:637_fx_media_check()
if ((dir_entry_ptr -> fx_dir_entry_attributes & FX_DIRECTORY)
fx_media_check.c:676_fx_media_check()
if (dir_entry_ptr -> fx_dir_entry_attributes & FX_DIRECTORY)
fx_media_volume_get_extended.c:156_fx_media_volume_get_extended()
if (dir_entry.fx_dir_entry_attributes & FX_VOLUME)
fx_media_volume_set.c:448_fx_media_volume_set()
else if (dir_entry1.fx_dir_entry_attributes & FX_VOLUME)
fx_unicode_directory_entry_read.c:639_fx_unicode_directory_entry_read()
destination_ptr -> fx_dir_entry_attributes = *read_ptr++;