armOS  0.1.0
Minimal ARM Operating System for the Raspberry Pi - Documentation generated for Pi 4.
base.h
Go to the documentation of this file.
1 
10 #ifndef P_BASE_H
11 #define P_BASE_H
12 
16 enum
17 {
18 #ifdef MODEL_0
19 
20  MMIO_BASE = 0x20000000
21 #elif MODEL_2
22 
23  MMIO_BASE = 0x3F000000
24 #elif MODEL_3
25 
26  MMIO_BASE = 0x3F000000
27 #elif MODEL_4
28 
29  MMIO_BASE = 0xFE000000
30 #endif
31 
32 };
33 
36 #endif
MMIO_BASE
@ MMIO_BASE
Definition: base.h:29