![]() |
LPCOpen Platform
v1.03
LPCOpen Platform for NXP LPC Microcontrollers
|
#include "../../../../../Common/Common.h"#include "../../USBController.h"#include "../../StdDescriptors.h"#include "../../USBInterrupt.h"#include "../../HAL/HAL.h"#include "../../Endpoint.h"Go to the source code of this file.
Macros | |
| #define | USB_DEVICE_OPT_LOWSPEED (1 << 0) |
| #define | USB_DEVICE_OPT_FULLSPEED (0 << 0) |
| #define | USE_INTERNAL_SERIAL 0xDC |
| #define | INTERNAL_SERIAL_LENGTH_BITS 80 |
| #define | INTERNAL_SERIAL_START_ADDRESS 0x0E |
Functions | |
| void | USB_Device_SendRemoteWakeup (void) |
| static void | USB_Device_EnableSOFEvents (void) ATTR_ALWAYS_INLINE |
| static void | USB_Device_DisableSOFEvents (void) ATTR_ALWAYS_INLINE |