Definition of Mailbox registers addresses. More...
#include <peripherals/base.h>
Go to the source code of this file.
Enumerations | |
enum | { MBOX_BASE = (MMIO_BASE + 0xB880), MBOX_READ = (MBOX_BASE + 0x00), MBOX_STATUS = (MBOX_BASE + 0x18), MBOX_WRITE = (MBOX_BASE + 0x20) } |
Definition of Mailbox registers addresses.
Mailboxes are a inter-processor communication mechanism between the ARM cores and the VideoCore GPU.