irq_arch.h File Reference

Implementation of the kernels irq interface. More...

Detailed Description

Implementation of the kernels irq interface.

Author
Heiko Will hwill.nosp@m.@inf.nosp@m..fu-b.nosp@m.erli.nosp@m.n.de

Definition in file irq_arch.h.

#include "VIC.h"
#include <stdbool.h>
+ Include dependency graph for irq_arch.h:

Go to the source code of this file.

#define IRQ_MASK   0x00000080
 
static unsigned __get_cpsr (void)
 
static void __set_cpsr (unsigned val)
 
static int irq_is_in (void)
 
static unsigned irq_disable (void)
 
static void irq_restore (unsigned oldCPSR)
 
static unsigned irq_enable (void)