mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-02 20:41:05 +08:00

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.
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