![]() |
L4Re Operating System Framework
Interface and Usage Documentation
|
Helper template that translates to the Register_block_base interface. More...
#include <hw_register_block>
Inheritance diagram for L4drivers::Register_block_tmpl< BLOCK >:
Collaboration diagram for L4drivers::Register_block_tmpl< BLOCK >:Helper template that translates to the Register_block_base interface.
| BLOCK | The type of the Register_block_base interface to use. |
This helper translates read<T>(), write<T>(), set<T>(), clear<T>(), and modify<T>() calls to BLOCK::do_read_<xx> and BLOCK::do_write_<xx>.
Definition at line 156 of file hw_register_block.