Definition of MMIO functions. More...
#include <stdint.h>
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) |
Definition of MMIO functions.
Reading and writing from/to Memory Mapped IO.