X-Git-Url: http://git.linex4red.de/pub/lufa.git/blobdiff_plain/e225de8a8372fa2cc5dc1d2d782cf7af0f3c0f08..44aea22949c40e76b8be6cb56acbd2b155043e6b:/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);