BeRTOS
Functions
irq_cm3.h File Reference

IRQ management for the Cortex-M3 processor. More...

#include <cfg/compiler.h>

Go to the source code of this file.

Functions

void sysirq_setHandler (sysirq_t irq, sysirq_handler_t handler)
 Helper function used to set handler for system IRQ irq.
void sysirq_init (void)
 Init system IRQ handling.

Detailed Description

IRQ management for the Cortex-M3 processor.

Author:
Andrea Righi <arighi@develer.com>

Definition in file irq_cm3.h.


Function Documentation

void sysirq_init ( void  )

Init system IRQ handling.

Note:
all system interrupts are disabled.

Definition at line 125 of file sysirq_at91.c.