armOS  0.1.0
Minimal ARM Operating System for the Raspberry Pi - Documentation generated for Pi 4.
mmio.h File Reference

Definition of MMIO functions. More...

#include <stdint.h>
Include dependency graph for mmio.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void mmio_write (uint64_t reg, uint32_t data)
 
uint32_t mmio_read (uint64_t reg)
 
void delay (int32_t count)
 

Detailed Description

Definition of MMIO functions.

Reading and writing from/to Memory Mapped IO.