You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 thatW
gives write-only access to the register and cannot be used for reading.The text was updated successfully, but these errors were encountered: