BeRTOS
|
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. |
IRQ management for the Cortex-M3 processor.
Definition in file irq_cm3.h.
void sysirq_init | ( | void | ) |
Init system IRQ handling.
Definition at line 125 of file sysirq_at91.c.