Main USB service task management. More...
#include <avr/io.h>
#include <avr/interrupt.h>
#include <stdbool.h>
#include "../LowLevel/LowLevel.h"
#include "../HighLevel/USBMode.h"
#include "../../../Common/Common.h"
#include "../HighLevel/Events.h"
#include "../HighLevel/USBTask.h"
#include "USBInterrupt.h"
#include "Host.h"
#include "Pipe.h"
#include "OTG.h"
#include "Device.h"
#include "Endpoint.h"
#include "DevChapter9.h"
#include "Events.h"
#include "StdRequestType.h"
#include "StdDescriptors.h"
#include "USBMode.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.