ReactOS 0.4.16-dev-91-g764881a
|
Go to the source code of this file.
Classes | |
union | _SP804_CONTROL_REGISTER |
Macros | |
#define | TIMER_BASE(x) (ULONG_PTR)(0x101E2000 + (x * 0x1000)) |
#define | TIMER0_LOAD TIMER_BASE(0) + 0x00 |
#define | TIMER0_VALUE TIMER_BASE(0) + 0x04 |
#define | TIMER0_CONTROL TIMER_BASE(0) + 0x08 |
#define | TIMER0_INT_CLEAR TIMER_BASE(0) + 0x0C |
#define | TIMER0_INT_STATUS TIMER_BASE(0) + 0x10 |
#define | TIMER0_INT_MASK TIMER_BASE(0) + 0x14 |
#define | TIMER0_BACKGROUND_LOAD TIMER_BASE(1) + 0x18 |
#define | TIMER1_LOAD TIMER_BASE(1) + 0x00 |
#define | TIMER1_VALUE TIMER_BASE(1) + 0x04 |
#define | TIMER1_CONTROL TIMER_BASE(1) + 0x08 |
#define | TIMER1_INT_CLEAR TIMER_BASE(1) + 0x0C |
#define | TIMER1_INT_STATUS TIMER_BASE(1) + 0x10 |
#define | TIMER1_INT_MASK TIMER_BASE(1) + 0x14 |
#define | TIMER1_BACKGROUND_LOAD TIMER_BASE(1) + 0x18 |
Typedefs | |
typedef union _SP804_CONTROL_REGISTER | SP804_CONTROL_REGISTER |
typedef union _SP804_CONTROL_REGISTER * | PSP804_CONTROL_REGISTER |
#define TIMER0_BACKGROUND_LOAD TIMER_BASE(1) + 0x18 |
#define TIMER0_CONTROL TIMER_BASE(0) + 0x08 |
#define TIMER0_INT_CLEAR TIMER_BASE(0) + 0x0C |
#define TIMER0_INT_MASK TIMER_BASE(0) + 0x14 |
#define TIMER0_INT_STATUS TIMER_BASE(0) + 0x10 |
#define TIMER0_LOAD TIMER_BASE(0) + 0x00 |
#define TIMER0_VALUE TIMER_BASE(0) + 0x04 |
#define TIMER1_BACKGROUND_LOAD TIMER_BASE(1) + 0x18 |
#define TIMER1_CONTROL TIMER_BASE(1) + 0x08 |
#define TIMER1_INT_CLEAR TIMER_BASE(1) + 0x0C |
#define TIMER1_INT_MASK TIMER_BASE(1) + 0x14 |
#define TIMER1_INT_STATUS TIMER_BASE(1) + 0x10 |
#define TIMER1_LOAD TIMER_BASE(1) + 0x00 |
#define TIMER1_VALUE TIMER_BASE(1) + 0x04 |
typedef union _SP804_CONTROL_REGISTER * PSP804_CONTROL_REGISTER |
typedef union _SP804_CONTROL_REGISTER SP804_CONTROL_REGISTER |