XINU
Data Structures | Macros | Variables
interrupt.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

struct  intc_bank
 
struct  intc_csreg
 

Macros

#define INTC_CONTROL_NEWIRQAGR   0x00000001
 
#define INTC_SIR_IRQ_MASK   0x0000007F
 
#define INTC_SYSCONFIG_SOFTRESET   0x00000002
 
#define INTC_SYSSTATUS_RESETDONE   0x00000001
 

Variables

uint16 girmask
 

Macro Definition Documentation

◆ INTC_CONTROL_NEWIRQAGR

#define INTC_CONTROL_NEWIRQAGR   0x00000001

Definition at line 43 of file interrupt.h.

Referenced by irq_dispatch().

◆ INTC_SIR_IRQ_MASK

#define INTC_SIR_IRQ_MASK   0x0000007F

Definition at line 41 of file interrupt.h.

◆ INTC_SYSCONFIG_SOFTRESET

#define INTC_SYSCONFIG_SOFTRESET   0x00000002

Definition at line 38 of file interrupt.h.

Referenced by initintc().

◆ INTC_SYSSTATUS_RESETDONE

#define INTC_SYSSTATUS_RESETDONE   0x00000001

Definition at line 39 of file interrupt.h.

Referenced by initintc().

Variable Documentation

◆ girmask

uint16 girmask