ReactOS 0.4.15-dev-7958-gcd0bb1a
pl190.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define VIC_BASE   (ULONG_PTR)0x10140000
 
#define VIC_INT_STATUS   (PULONG)(VIC_BASE + 0x00)
 
#define VIC_INT_ENABLE   (PULONG)(VIC_BASE + 0x10)
 
#define VIC_INT_CLEAR   (PULONG)(VIC_BASE + 0x14)
 
#define VIC_SOFT_INT   (PULONG)(VIC_BASE + 0x18)
 
#define VIC_SOFT_INT_CLEAR   (PULONG)(VIC_BASE + 0x1C)
 

Macro Definition Documentation

◆ VIC_BASE

#define VIC_BASE   (ULONG_PTR)0x10140000

Definition at line 14 of file pl190.h.

◆ VIC_INT_CLEAR

#define VIC_INT_CLEAR   (PULONG)(VIC_BASE + 0x14)

Definition at line 18 of file pl190.h.

◆ VIC_INT_ENABLE

#define VIC_INT_ENABLE   (PULONG)(VIC_BASE + 0x10)

Definition at line 17 of file pl190.h.

◆ VIC_INT_STATUS

#define VIC_INT_STATUS   (PULONG)(VIC_BASE + 0x00)

Definition at line 16 of file pl190.h.

◆ VIC_SOFT_INT

#define VIC_SOFT_INT   (PULONG)(VIC_BASE + 0x18)

Definition at line 19 of file pl190.h.

◆ VIC_SOFT_INT_CLEAR

#define VIC_SOFT_INT_CLEAR   (PULONG)(VIC_BASE + 0x1C)

Definition at line 20 of file pl190.h.