Mistake on this page?
Report an issue in GitHub or email us
Data Structures | Macros | Enumerations
Retarget functions

Data Structures

struct  stat
 
struct  statvfs
 
struct  dirent
 
struct  pollfd
 

Macros

#define S_IRUSR   0000400
 read permission, owner More...
 
#define S_IWUSR   0000200
 write permission, owner More...
 
#define S_IXUSR   0000100
 execute/search permission, owner More...
 
#define S_IRGRP   0000040
 read permission, group More...
 
#define S_IWGRP   0000020
 write permission, group More...
 
#define S_IXGRP   0000010
 execute/search permission, group More...
 
#define S_IROTH   0000004
 read permission, other More...
 
#define S_IWOTH   0000002
 write permission, other More...
 
#define S_IXOTH   0000001
 execute/search permission, other More...
 

Enumerations

Detailed Description

Macro Definition Documentation

#define S_IRGRP   0000040

read permission, group

Definition at line 491 of file mbed_retarget.h.

#define S_IROTH   0000004

read permission, other

Definition at line 495 of file mbed_retarget.h.

#define S_IRUSR   0000400

read permission, owner

Definition at line 487 of file mbed_retarget.h.

#define S_IWGRP   0000020

write permission, group

Definition at line 492 of file mbed_retarget.h.

#define S_IWOTH   0000002

write permission, other

Definition at line 496 of file mbed_retarget.h.

#define S_IWUSR   0000200

write permission, owner

Definition at line 488 of file mbed_retarget.h.

#define S_IXGRP   0000010

execute/search permission, group

Definition at line 493 of file mbed_retarget.h.

#define S_IXOTH   0000001

execute/search permission, other

Definition at line 497 of file mbed_retarget.h.

#define S_IXUSR   0000100

execute/search permission, owner

Definition at line 489 of file mbed_retarget.h.

Enumeration Type Documentation

anonymous enum
Enumerator
DT_UNKNOWN 

The file type could not be determined.

DT_FIFO 

This is a named pipe (FIFO).

DT_CHR 

This is a character device.

DT_DIR 

This is a directory.

DT_BLK 

This is a block device.

DT_REG 

This is a regular file.

DT_LNK 

This is a symbolic link.

DT_SOCK 

This is a UNIX domain socket.

Definition at line 543 of file mbed_retarget.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.