book icon indicating copy to clipboard operation
book copied to clipboard

Memory-mapped Registers: does `W` give read access to the register?

Open abt8601 opened this issue 3 years ago • 0 comments

The section on writing to memory-mapped registers using a PAC says that the argument of the closure passed to the write() function gives read-write access to the various sub-fields within the register. However, the provided documentation link in the same section indicates that W gives write-only access to the register and cannot be used for reading.

abt8601 avatar Mar 17 '23 16:03 abt8601