Milos RTOS v0.3.4a
Real Time Operating System
Device types

Values used when defining a __DEVICE structure. More...

Collaboration diagram for Device types:

Defines

#define __DEV_STREAM   1
 Device type STREAM.
#define __DEV_BLOCK   2
 Device type BLOCK.
#define __DEV_ETHER   3
 Device type NETWORK.
#define __DEV_PPP   4
 Device type PPP.
#define __DEV_DISK   5
 Device type DISK.
#define __DEV_IRDA   6
 Device type IRDA.
#define __DEV_BTH   7
 Device type BLUETOOTH.
#define __DEV_ADC   8
 Device type A/D converter.
#define __DEV_USART   9
 Device type USART.
#define __DEV_SPI   10
 Device type SPI.
#define __DEV_DISPLAY   11
 Device type display.
#define __DEV_I2C   12
 Device type I2C.
#define __DEV_SDIO   13
 Device type SDIO.
#define __DEV_USBH   14
 Device type USB host.
#define __DEV_USBD   15
 Device type USB device.
#define __DEV_USB_OTG   16
 Device type USB on-the-go.
#define __DEV_CFSD   17
 Device type Compact flash/SD.
#define __DEV_EEPROM   18
 Device type EEPROM memory.
#define __DEV_SOCKET   19
 Device type network socket.

Detailed Description

Values used when defining a __DEVICE structure.


Define Documentation

#define __DEV_STREAM   1

Device type STREAM.

Definition at line 115 of file device.h.

#define __DEV_BLOCK   2

Device type BLOCK.

Definition at line 116 of file device.h.

#define __DEV_ETHER   3

Device type NETWORK.

Definition at line 117 of file device.h.

#define __DEV_PPP   4

Device type PPP.

Definition at line 118 of file device.h.

#define __DEV_DISK   5

Device type DISK.

Definition at line 119 of file device.h.

#define __DEV_IRDA   6

Device type IRDA.

Definition at line 120 of file device.h.

#define __DEV_BTH   7

Device type BLUETOOTH.

Definition at line 121 of file device.h.

#define __DEV_ADC   8

Device type A/D converter.

Definition at line 122 of file device.h.

#define __DEV_USART   9

Device type USART.

Definition at line 123 of file device.h.

#define __DEV_SPI   10

Device type SPI.

Definition at line 124 of file device.h.

#define __DEV_DISPLAY   11

Device type display.

Definition at line 125 of file device.h.

#define __DEV_I2C   12

Device type I2C.

Definition at line 126 of file device.h.

#define __DEV_SDIO   13

Device type SDIO.

Definition at line 127 of file device.h.

#define __DEV_USBH   14

Device type USB host.

Definition at line 128 of file device.h.

#define __DEV_USBD   15

Device type USB device.

Definition at line 129 of file device.h.

#define __DEV_USB_OTG   16

Device type USB on-the-go.

Definition at line 130 of file device.h.

#define __DEV_CFSD   17

Device type Compact flash/SD.

Definition at line 131 of file device.h.

#define __DEV_EEPROM   18

Device type EEPROM memory.

Definition at line 132 of file device.h.

#define __DEV_SOCKET   19

Device type network socket.

Definition at line 133 of file device.h.

 All Data Structures Files Functions Variables Typedefs Defines