Sebastian Huber 2e939ff735 eng: Add register block specification types
A register block may be used to specify the interface of devices which
contain registers associated with an integer address.  Register blocks
consist of register block members specified by the ``definition``
attribute.  Register block members are either instances of registers
specified by the ``registers`` attribute or instances of other register
blocks specified by links with the "register-block-include" link role.
Registers consists of bit fields.  The register block members are placed
into the address space of the device relative to the base address of the
register block.  Register member offests and the register block size are
specified in units of the address space granule.

Update #3715.
2023-05-19 07:35:57 +02:00
..
2023-02-09 08:52:36 +01:00
2020-09-13 13:55:42 +02:00
2022-11-08 06:59:24 +01:00
2019-07-24 15:42:29 +02:00

This is a work in process. The initial parts of
RTEMS-Engineering-Standards-v3.docx have been converted to Rest. The
remaining sections need to be converted. And as marked, there are
sections where content from the Wiki needs to be converted to Rest
and included directly here.

--joel