![]() |
MCUXpresso SDK API Reference Manual
Rev. 0
NXP Semiconductors
|
Macros | |
#define | O_APPEND 0x0100 |
#define | O_DSYNC 0x0200 |
#define | O_NONBLOCK 0x0400 |
#define | O_RSYNC 0x0800 |
#define | O_SYNC 0x0200 |
#define | O_EXEC 0x1000 |
#define | O_RDONLY 0x2000 |
#define | O_RDWR 0xA000 |
#define | O_SEARCH 0x4000 |
#define | O_WRONLY 0x8000 |
#define O_APPEND 0x0100 |
Set append mode.
#define O_DSYNC 0x0200 |
Write according to synchronized I/O data integrity completion.
#define O_NONBLOCK 0x0400 |
Non-blocking mode.
#define O_RSYNC 0x0800 |
Synchronized read I/O operations.
#define O_SYNC 0x0200 |
Write according to synchronized I/O file integrity completion.
#define O_EXEC 0x1000 |
Open for execute only (non-directory files).
#define O_RDONLY 0x2000 |
Open for reading only.
#define O_RDWR 0xA000 |
Open for reading and writing.
#define O_SEARCH 0x4000 |
Open directory for search only.
#define O_WRONLY 0x8000 |
Open for writing only.