CMSIS-Compiler Support  
Standard C Library File, I/O and OS Retargeting
 
Loading...
Searching...
No Matches

Macros

#define RT_ATTR_FILE   0x0001
 File Attribute definitions.
 
#define RT_ATTR_DIR   0x0002
 File is a directory.
 
#define RT_ATTR_LINK   0x0004
 File is a symbolic link.
 
#define RT_ATTR_RD   0x0100
 File read is permitted.
 
#define RT_ATTR_WR   0x0200
 File write is permitted.
 

Description

Macro Definition Documentation

◆ RT_ATTR_FILE

#define RT_ATTR_FILE   0x0001

File Attribute definitions.

File is a regular file

◆ RT_ATTR_DIR

#define RT_ATTR_DIR   0x0002

File is a directory.

◆ RT_ATTR_LINK

#define RT_ATTR_LINK   0x0004

File is a symbolic link.

◆ RT_ATTR_RD

#define RT_ATTR_RD   0x0100

File read is permitted.

◆ RT_ATTR_WR

#define RT_ATTR_WR   0x0200

File write is permitted.