Enhance and document the AVR32 UC3 platform drivers.
This commit is contained in:
parent
bd8046976f
commit
5f51554a5e
5 changed files with 398 additions and 174 deletions
|
@ -36,11 +36,11 @@ InterruptHandlerPtr_t InterruptHandlers[AVR32_INTC_NUM_INT_GRPS];
|
|||
/** ISR for unhandled interrupt groups */
|
||||
ISR(Unhandled_Interrupt)
|
||||
{
|
||||
while (true);
|
||||
for (;;);
|
||||
}
|
||||
|
||||
/** Retrieves the associated interrupt handler for the interrupt currently being fired. This is
|
||||
* called directly from the exception handler routine before dispatching to the ISR.
|
||||
/** Retrieves the associated interrupt handler for the interrupt group currently being fired. This
|
||||
* is called directly from the exception handler routine before dispatching to the ISR.
|
||||
*/
|
||||
InterruptHandlerPtr_t INTC_GetInterruptHandler(const uint_reg_t InterruptLevel)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue