| |||
| Home > Programmer’s Model > HTM register summary | |||
The following applies to the registers used in the HTM:
The base address of the HTM is not fixed, and can be different for any particular system implementation. However, the offset of any particular register from the base address is fixed.
All registers are word-aligned and must be accessed as 32-bit.
Reserved or unused address locations must not be accessed because this can result in Unpredictable behavior.
Reserved or unused bits of registers must be written as zero, and ignored on read unless otherwise stated in the relevant text.
All register bits are reset to a logic 0 by a system or power-on reset unless otherwise stated in the relevant text.
All registers support read and write accesses (R/W) unless otherwise stated in the relevant text. A write (W) updates the contents of a register and a read (R) returns the contents of the register.
The following sections describe the HTM registers: