FX_MAX_SHORT_NAME_LEN is only used within filex.
 
Symbols
loading...
Files
loading...

FX_MAX_SHORT_NAME_LEN macro

Syntax

#define FX_MAX_SHORT_NAME_LEN 13

References

LocationText
fx_api.h:383
#define FX_MAX_SHORT_NAME_LEN 13 /* Only allowed value is 13. */
fx_api.h:787
CHAR fx_dir_entry_short_name[FX_MAX_SHORT_NAME_LEN]; /* Short file name, if LFN is present */
fx_directory_short_name_get.c:83
fx_directory_short_name_get_extended.c:116
while ((i < (FX_MAX_SHORT_NAME_LEN - 1)) && (dir_entry.fx_dir_entry_short_name[i]) && (i < (short_file_name_length - 1)))
fx_directory_short_name_get_extended.c:142
while ((i < (FX_MAX_SHORT_NAME_LEN - 1)) && (dir_entry.fx_dir_entry_name[i]) && (i < (short_file_name_length - 1)))