genode/base/include/util
Martin Stein 1f75ebe9e5 First version of generic MMIO access framework
The MMIO access framework consists of an abstraction for a contiguous
MMIO area with a base address set dynamically. Within this class 'Mmio'
are declarations for 'Register' and 'Subreg'. These two can be
parameterized statically via template parameters to create arbitrary
MMIO structures.

Whereas 'Register' relies to a POD like subregion of 'Mmio', 'Subreg'
relies to a MMIO region within a specific 'Register' and therefore is
smaller or equal then the storage type of its superior 'Register'.

Furthermore with 'Reg_array' and 'Subreg_array', there exists the
possibility to handle arrays of uniform contiguous registers or subregs
by index. 'Subreg_array' therefore abstracts from the width boundary of
its superior 'Register' and handles a steady distance between its
members in addition. Both also check array size limits.

Related to issue #69.
2012-02-23 10:42:11 +01:00
..
arg_string.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
avl_string.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
avl_tree.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
fifo.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
list.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
meta.h Support const RPC functions with no arguments 2012-01-27 16:54:05 +01:00
misc_math.h Make argument types of min and max more flexible 2012-02-14 16:44:42 +01:00
mmio.h First version of generic MMIO access framework 2012-02-23 10:42:11 +01:00
string.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
token.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00
touch.h Bump year in copyright headers to 2012 2012-01-03 15:35:05 +01:00