filex + 0/8 examples
CodeScope will show references to FX_OPEN_FOR_WRITE from the following samples and libraries:
Libraries
Examples
STM32469I-Discovery
Applications
FileX
USBX
STM32F429ZI-Nucleo
Applications
FileX
USBX
 
Symbols
loading...
Files
loading...

FX_OPEN_FOR_WRITE macro

Syntax

#define FX_OPEN_FOR_WRITE 1

Examples

FX_OPEN_FOR_WRITE is referenced by 8 libraries and example projects.

References

LocationText
fx_api.h:447
#define FX_OPEN_FOR_WRITE 1
fx_file_close.c:144
if ((file_ptr -> fx_file_open_mode == FX_OPEN_FOR_WRITE) &&
fx_file_extended_allocate.c:136
if (file_ptr -> fx_file_open_mode != FX_OPEN_FOR_WRITE)
fx_file_extended_best_effort_allocate.c:137
if (file_ptr -> fx_file_open_mode != FX_OPEN_FOR_WRITE)
fx_file_extended_truncate.c:135
if (file_ptr -> fx_file_open_mode != FX_OPEN_FOR_WRITE)
fx_file_extended_truncate_release.c:154
if (file_ptr -> fx_file_open_mode != FX_OPEN_FOR_WRITE)
fx_file_open.c:238
if (open_type == FX_OPEN_FOR_WRITE)
fx_file_open.c:285
(search_ptr -> fx_file_open_mode == FX_OPEN_FOR_WRITE))
fx_file_write.c:204
if (file_ptr -> fx_file_open_mode != FX_OPEN_FOR_WRITE)
fx_media_close.c:132
if ((file_ptr -> fx_file_open_mode == FX_OPEN_FOR_WRITE) &&
fx_media_flush.c:135
if ((file_ptr -> fx_file_open_mode == FX_OPEN_FOR_WRITE) &&
fxe_file_open.c:93
if ((open_type != FX_OPEN_FOR_READ) && (open_type != FX_OPEN_FOR_READ_FAST) && (open_type != FX_OPEN_FOR_WRITE))