![]() |
Imt.Base C++ API V4.1.1.0
|
A read-only mutability policy for use with Register template. More...
#include <Imt.Base.Core.Util/inc/Imt.Base.Core.Util/ReadOnlyPolicy.h>
Static Public Member Functions | |
static unsigned | read (uint32_t volatile *device, uint32_t offset, uint32_t mask) |
Read bit field from a read-only address. | |
A read-only mutability policy for use with Register template.
Definition at line 49 of file ReadOnlyPolicy.h.
|
inlinestatic |
Read bit field from a read-only address.
device | Pointer to the address to read from. |
offset | Offset of the bit field to be read. |
mask | Mask which represents the bit field to be read. |
Definition at line 57 of file ReadOnlyPolicy.h.