![]() |
L4Re Operating System Framework
Interface and Usage Documentation
|
Single read only register inside a Register_block_base interface. More...
#include <hw_register_block>
Public Member Functions | |
operator value_type () const | |
read the value from the hardware register. | |
value_type | read () const |
read the value from the hardware register. |
Single read only register inside a Register_block_base interface.
BITS | The access with of the register in bits. |
BLOCK | The type for the Register_block_base interface. |
Allows simple read only access to a hardware register.
Definition at line 201 of file hw_register_block.
|
inline |
read the value from the hardware register.
Definition at line 217 of file hw_register_block.
|
inline |
read the value from the hardware register.
Definition at line 224 of file hw_register_block.
Referenced by L4drivers::value_type< BITS, BLOCK >::operator value_type(), and L4drivers::value_type< BITS, BLOCK >::read().