Modules | |
USB operating modes configuration | |
Defines to enable device or host USB operating modes supported by the application. | |
USB host operating mode configuration | |
USB device operating mode configuration | |
Defines | |
#define | LOG_STR(str) print_dbg(str) |
Debug trace macro. | |
#define | USB_INT_LEVEL AVR32_INTC_INT0 |
USB interrupt priority level. |
#define LOG_STR | ( | str | ) | print_dbg(str) |
Debug trace macro.
Definition at line 238 of file conf_usb.h.
Referenced by usb_general_interrupt_non_naked(), and usb_host_task().
#define USB_INT_LEVEL AVR32_INTC_INT0 |