|
LUFA (Formerly MyUSB) Library 100807
|
Main USB service task management. More...
#include <avr/interrupt.h>#include <stdint.h>#include <stdbool.h>#include "../LowLevel/USBController.h"#include "Events.h"#include "StdRequestType.h"#include "StdDescriptors.h"#include "USBMode.h"#include "DeviceStandardReq.h"#include "HostStandardReq.h"Functions | |
| void | USB_USBTask (void) |
Variables | |
| volatile bool | USB_IsInitialized |
| USB_Request_Header_t | USB_ControlRequest |
| volatile uint8_t | USB_HostState |
| volatile uint8_t | USB_DeviceState |
This file contains the function definitions required for the main USB service task, which must be called from the user application to ensure that the USB connection to or from a connected USB device is maintained.