X-Git-Url: http://git.linex4red.de/pub/USBasp.git/blobdiff_plain/3808f5c36d0ee183e9825e645cc984f1c6047ef5..b9f3ff39a41c5dea00a651b7efe75f0f15a71ed1:/LUFA/Drivers/USB/Core/Events.h diff --git a/LUFA/Drivers/USB/Core/Events.h b/LUFA/Drivers/USB/Core/Events.h index f468b7e65..192869bf8 100644 --- a/LUFA/Drivers/USB/Core/Events.h +++ b/LUFA/Drivers/USB/Core/Events.h @@ -156,6 +156,12 @@ * This event is time-critical; exceeding OS-specific delays within this event handler (typically of around * 1 second) when a transaction is waiting to be processed by the device will prevent break communications * and cause the host to reset the USB bus. + * + * \note This event only exists on microcontrollers that supports USB host mode. + * \n\n + * + * \note This event does not exist if the \c USB_DEVICE_ONLY token is supplied to the compiler (see + * \ref Group_USBManagement documentation). */ void EVENT_USB_Host_DeviceEnumerationComplete(void);