mbed library sources. Supersedes mbed-src.

Dependents:   Nucleo_Hello_Encoder BLE_iBeaconScan AM1805_DEMO DISCO-F429ZI_ExportTemplate1 ... more

Embed: (wiki syntax)

« Back to documentation index

Retarget functions

Retarget functions
[Platform]

Enumerations

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

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 491 of file cmsis/BUILD/mbed/platform/mbed_retarget.h.

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 491 of file platform/mbed_retarget.h.