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

FX_OPEN_FOR_READ macro

Syntax

#define FX_OPEN_FOR_READ 0

Examples

FX_OPEN_FOR_READ is referenced by 9 libraries and example projects.

References

LocationText
fx_api.h:446
#define FX_OPEN_FOR_READ 0
fx_file_open.c:153
open_type = FX_OPEN_FOR_READ;
fx_file_open.c:522
if (open_type == FX_OPEN_FOR_READ)
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))