theCore C++ embedded framework
|
Write-only mutability trait. More...
#include </home/travis/build/forGGe/theCore/platform/common/export/common/mmio.hpp>
Static Public Member Functions | |
static void | write (volatile uint32_t *device, uint32_t offset, uint32_t mask, uint32_t value) |
Writes value to a memory-mapped register that doesn't support reading. More... | |
Write-only mutability trait.
|
inlinestatic |
Writes value to a memory-mapped register that doesn't support reading.
[in] | device | Register address. |
[in] | offset | Offset of the data inside register. |
[in] | mask | Mask to extract data from the register. |
[in] | value | Value to write into the register. |