Typedefs | |
typedef implementation_defined | os_io_mem_t |
Functions | |
void | os_io_memory_barrier (void) |
typedef implementation_defined os_io_mem_t |
The handle to the start of a memory mapped I/O region.
void os_io_memory_barrier | ( | void | ) |
A memory barrier.
This prevents the compilier and CPU from reordering memory accesses across the barrier. i.e., all loads and stores before the barrier are completed before any loads and stores after the barrier.