USBInterrupt.h File Reference

USB controller interrupt service routine management. More...

#include <avr/io.h>
#include <avr/interrupt.h>
#include <util/atomic.h>
#include <stdbool.h>

Detailed Description

This file contains definitions required for the correct handling of low level USB service routine interrupts from the USB controller.

Note:
This file should not be included directly. It is automatically included as needed by the USB driver dispatch header located in LUFA/Drivers/USB/USB.h.