pub struct R(_);
Expand description
Register CACHE_CONTROL
reader
Implementations
sourceimpl R
impl R
sourcepub fn icache_clk_on(&self) -> ICACHE_CLK_ON_R
pub fn icache_clk_on(&self) -> ICACHE_CLK_ON_R
Bit 0 - Set 1 to enable icache clock
sourcepub fn icache_reset(&self) -> ICACHE_RESET_R
pub fn icache_reset(&self) -> ICACHE_RESET_R
Bit 1 - Set 1 to let icache reset
sourcepub fn dcache_clk_on(&self) -> DCACHE_CLK_ON_R
pub fn dcache_clk_on(&self) -> DCACHE_CLK_ON_R
Bit 2 - Set 1 to enable dcache clock
sourcepub fn dcache_reset(&self) -> DCACHE_RESET_R
pub fn dcache_reset(&self) -> DCACHE_RESET_R
Bit 3 - Set 1 to let dcache reset
Methods from Deref<Target = R<CACHE_CONTROL_SPEC>>
Trait Implementations
sourceimpl From<R<CACHE_CONTROL_SPEC>> for R
impl From<R<CACHE_CONTROL_SPEC>> for R
sourcefn from(reader: R<CACHE_CONTROL_SPEC>) -> Self
fn from(reader: R<CACHE_CONTROL_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more