![]() |
Elara Spacecraft
Source code & API documentation for Elara spacecraft system computers
|
#include "types.hpp"

Go to the source code of this file.
Macros | |
| #define | AS_PTR(type, addr) |
Functions | |
| void | mem_write (uint32_t addr, uint32_t data) |
Writes a 32-bit value to addr | |
| uint32_t | mem_read (uint32_t addr) |
Returns a 32-bit value from addr | |
| #define AS_PTR | ( | type, | |
| addr ) |