pub struct R(_);
Register DCACHE_FREEZE reader
DCACHE_FREEZE
Bit 0 - The bit is used to enable dcache freeze mode
Bit 1 - The bit is used to configure freeze mode, 0: assert busy if CPU miss 1: assert hit if CPU miss
Bit 2 - The bit is used to indicate dcache freeze success
Reads raw bits from register.
TypeId
self
Returns the argument unchanged.
Calls U::from(self).
U::from(self)
That is, this conversion is whatever the implementation of From<T> for U chooses to do.
From<T> for U