Contiki 2.5
Macros
USB operating modes configuration

defines to enable device or host usb operating modes supported by the application More...

Macros

#define USB_HOST_FEATURE   DISABLED
 ENABLE to activate the host software library support. More...
 
#define USB_DEVICE_FEATURE   ENABLED
 ENABLE to activate the device software library support. More...
 

Detailed Description

defines to enable device or host usb operating modes supported by the application

Macro Definition Documentation

#define USB_DEVICE_FEATURE   ENABLED

ENABLE to activate the device software library support.

Possible values ENABLE or DISABLE

Definition at line 70 of file conf_usb.h.

#define USB_HOST_FEATURE   DISABLED

ENABLE to activate the host software library support.

Possible values ENABLE or DISABLE

Definition at line 65 of file conf_usb.h.