aic.h
Default mainpageat91libperipheralsaicaic.h
Description Overview  
Description
Purpose
Methods and definitions for configuring interrupts using the Advanced Interrupt Controller (AIC).

Usage
  1. Configure an interrupt source using AIC_ConfigureIT
  2. Enable or disable interrupt generation of a particular source with AIC_EnableIT and AIC_DisableIT.
Notes
  • Most of the time, peripheral interrupts must be also configured inside the peripheral itself.