INTC software driver API for AVR UC3 devices.
Copyright (c) 2009-2018 Microchip Technology Inc. and its subsidiaries.
#include "compiler.h"
Macros | |
#define | AVR32_INTC_MAX_NUM_IRQS_PER_GRP 32 |
Maximal number of interrupt request lines per group. More... | |
#define | AVR32_INTC_NUM_INT_LEVELS (1 << AVR32_INTC_IPR_INTLEVEL_SIZE) |
Number of interrupt priority levels. More... | |
Functions | |
void | INTC_init_interrupts (void) |
Initializes the hardware interrupt controller driver. More... | |
void | INTC_register_interrupt (__int_handler handler, uint32_t irq, uint32_t int_level) |
Registers an interrupt handler. More... | |