armOS
0.1.0
Minimal ARM Operating System for the Raspberry Pi - Documentation generated for Pi 4.
mbox.h
Go to the documentation of this file.
1
9
#ifndef P_MBOX_H
10
#define P_MBOX_H
11
12
#include <
peripherals/base.h
>
13
18
enum
19
{
20
MBOX_BASE
= (
MMIO_BASE
+ 0xB880),
21
MBOX_READ
= (
MBOX_BASE
+ 0x00),
22
MBOX_STATUS
= (
MBOX_BASE
+ 0x18),
23
MBOX_WRITE
= (
MBOX_BASE
+ 0x20)
24
};
25
26
#endif
base.h
Definition of base MMIO registers addresses.
MBOX_STATUS
@ MBOX_STATUS
Definition:
mbox.h:22
MMIO_BASE
@ MMIO_BASE
Definition:
base.h:29
MBOX_WRITE
@ MBOX_WRITE
Definition:
mbox.h:23
MBOX_READ
@ MBOX_READ
Definition:
mbox.h:21
MBOX_BASE
@ MBOX_BASE
Definition:
mbox.h:20
include
peripherals
mbox.h
Generated by
1.8.17