LUFA Library  140302
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
USBInterrupt_EFM32GG.h File Reference

USB Controller Interrupt definitions for the Giant Gecko EFM32GG microcontrollers. More...

Functions

void USB_GEN_vect (void)
 

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.

Function Documentation

void USB_GEN_vect ( void  )

Interrupt service routine handler for the USB controller ISR group. This interrupt routine must be linked to the entire USB controller ISR vector group inside the Giant Gecko's interrupt controller peripheral, using the user application's preferred USB controller driver.