Mbed OS Reference
Loading...
Searching...
No Matches
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

enum  {
  DT_UNKNOWN , DT_FIFO , DT_CHR , DT_DIR ,
  DT_BLK , DT_REG , DT_LNK , DT_SOCK
}
 

Detailed Description

Macro Definition Documentation

◆ S_IRUSR

#define S_IRUSR   0000400

read permission, owner

Definition at line 648 of file mbed_retarget.h.

◆ S_IWUSR

#define S_IWUSR   0000200

write permission, owner

Definition at line 649 of file mbed_retarget.h.

◆ S_IXUSR

#define S_IXUSR   0000100

execute/search permission, owner

Definition at line 650 of file mbed_retarget.h.

◆ S_IRGRP

#define S_IRGRP   0000040

read permission, group

Definition at line 652 of file mbed_retarget.h.

◆ S_IWGRP

#define S_IWGRP   0000020

write permission, group

Definition at line 653 of file mbed_retarget.h.

◆ S_IXGRP

#define S_IXGRP   0000010

execute/search permission, group

Definition at line 654 of file mbed_retarget.h.

◆ S_IROTH

#define S_IROTH   0000004

read permission, other

Definition at line 656 of file mbed_retarget.h.

◆ S_IWOTH

#define S_IWOTH   0000002

write permission, other

Definition at line 657 of file mbed_retarget.h.

◆ S_IXOTH

#define S_IXOTH   0000001

execute/search permission, other

Definition at line 658 of file mbed_retarget.h.

Enumeration Type Documentation

◆ anonymous enum

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 704 of file mbed_retarget.h.