BeRTOS
Functions
irq_cm3.c File Reference

Cortex-M3 IRQ management. More...

#include "irq_cm3.h"
#include <cfg/debug.h>
#include <cfg/log.h>
#include <cpu/irq.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

Cortex-M3 IRQ management.

Author:
Andrea Righi <arighi@develer.com>

Definition in file irq_cm3.c.


Function Documentation

void sysirq_init ( void  )

Init system IRQ handling.

Note:
all system interrupts are disabled.

Definition at line 126 of file irq_cm3.c.