REDAC HybridController
Firmware for LUCIDAC/REDAC Teensy
|
Loading...
Searching...
No Matches
align.h File Reference
#include <cstdint>
#include <cstdlib>
Include dependency graph for align.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Namespaces | |
namespace | utils |
Functions | |
uintptr_t | utils::align (uintptr_t base, uint8_t exp) |
uint8_t * | utils::align (uint8_t *base, uint8_t exp) |
uintptr_t | utils::disalignment (uint8_t *base, uint8_t exp) |
uint8_t * | utils::assert_callable (uint8_t *addr) |
ARM32 requires callable addresses to be memory aligned. | |