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

FX_MEDIA_NOT_OPEN macro

Syntax

#define FX_MEDIA_NOT_OPEN 0x11

References

LocationText
fx_api.h:530
#define FX_MEDIA_NOT_OPEN 0x11
fx_directory_attributes_read.c:110
return(FX_MEDIA_NOT_OPEN);
fx_directory_attributes_set.c:112
return(FX_MEDIA_NOT_OPEN);
fx_directory_create.c:178
return(FX_MEDIA_NOT_OPEN);
fx_directory_default_get.c:88
return(FX_MEDIA_NOT_OPEN);
fx_directory_default_set.c:122
return(FX_MEDIA_NOT_OPEN);
fx_directory_delete.c:140
return(FX_MEDIA_NOT_OPEN);
fx_directory_first_entry_find.c:97
return(FX_MEDIA_NOT_OPEN);
fx_directory_first_full_entry_find.c:106
return(FX_MEDIA_NOT_OPEN);
fx_directory_information_get.c:117
return(FX_MEDIA_NOT_OPEN);
fx_directory_local_path_clear.c:95
return(FX_MEDIA_NOT_OPEN);
fx_directory_local_path_get.c:96
return(FX_MEDIA_NOT_OPEN);
fx_directory_local_path_restore.c:96
return(FX_MEDIA_NOT_OPEN);
fx_directory_local_path_set.c:121
return(FX_MEDIA_NOT_OPEN);
fx_directory_name_test.c:103
return(FX_MEDIA_NOT_OPEN);
fx_directory_next_entry_find.c:121
return(FX_MEDIA_NOT_OPEN);
fx_directory_next_full_entry_find.c:142
return(FX_MEDIA_NOT_OPEN);
fx_directory_rename.c:165
return(FX_MEDIA_NOT_OPEN);
fx_file_attributes_read.c:110
return(FX_MEDIA_NOT_OPEN);
fx_file_attributes_set.c:116
return(FX_MEDIA_NOT_OPEN);
fx_file_create.c:163
return(FX_MEDIA_NOT_OPEN);
fx_file_date_time_set.c:101
return(FX_MEDIA_NOT_OPEN);
fx_file_delete.c:127
return(FX_MEDIA_NOT_OPEN);
fx_file_open.c:114
return(FX_MEDIA_NOT_OPEN);
fx_file_rename.c:169
return(FX_MEDIA_NOT_OPEN);
fx_media_abort.c:95
return(FX_MEDIA_NOT_OPEN);
fx_media_cache_invalidate.c:94
return(FX_MEDIA_NOT_OPEN);
fx_media_check.c:196
return(FX_MEDIA_NOT_OPEN);
fx_media_close.c:111
return(FX_MEDIA_NOT_OPEN);
fx_media_extended_space_available.c:88
return(FX_MEDIA_NOT_OPEN);
fx_media_flush.c:107
return(FX_MEDIA_NOT_OPEN);
fx_media_read.c:98
return(FX_MEDIA_NOT_OPEN);
fx_media_volume_get_extended.c:105
return(FX_MEDIA_NOT_OPEN);
fx_media_volume_set.c:100
return(FX_MEDIA_NOT_OPEN);
fx_media_write.c:98
return(FX_MEDIA_NOT_OPEN);
fx_port.h:125
#define FX_PROTECT if (media_ptr -> fx_media_id != FX_MEDIA_ID) return(FX_MEDIA_NOT_OPEN); \
fx_port.h:126
else if (tx_mutex_get(&(media_ptr -> fx_media_protect), TX_WAIT_FOREVER) != TX_SUCCESS) return(FX_MEDIA_NOT_OPEN);
fx_unicode_directory_create.c:113
return(FX_MEDIA_NOT_OPEN);
fx_unicode_directory_rename.c:113
return(FX_MEDIA_NOT_OPEN);
fx_unicode_file_create.c:114
return(FX_MEDIA_NOT_OPEN);
fx_unicode_file_rename.c:115
return(FX_MEDIA_NOT_OPEN);
fx_unicode_name_get_extended.c:100
return(FX_MEDIA_NOT_OPEN);
fx_unicode_short_name_get_extended.c:96
return(FX_MEDIA_NOT_OPEN);