pub struct R(_);
Register ICACHE_FREEZE reader
ICACHE_FREEZE
Bit 0 - The bit is used to enable icache 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 icache 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