ATtiny1624/1626/1627

Accessing 32-Bit Registers

For 32-bit registers, the read and write access is done in the same way as described for 16-bit registers, except there are three temporary registers for 32-bit registers. The Most Significant Byte (MSB) must be written last when writing to the register, and the Least Significant Byte (LSB) must be read first when reading the register.