![]() |
Imt.Base C++ API V4.1.1.0
|
A write-only mutability policy to enable writing registers like new reset register. More...
#include <Imt.Base.Core.Util/inc/Imt.Base.Core.Util/KeyWriteOnlyPolicy.h>
Static Public Member Functions | |
static void | write (unsigned volatile *reg, unsigned mask, unsigned offset, unsigned value) |
Write bit field to a write-only address. | |
A write-only mutability policy to enable writing registers like new reset register.
key_mask | Key mask. |
key_offset | Key offset. |
key_value | Key value. |
Definition at line 53 of file KeyWriteOnlyPolicy.h.
|
inlinestatic |
Write bit field to a write-only address.
reg | Pointer to the address to write to. |
mask | Mask which represents the bit field to write. |
offset | Offset of the bit field. |
value | Value of the bit field. |
Definition at line 61 of file KeyWriteOnlyPolicy.h.