pub struct R(_);
Expand description
Register CLK
reader
Implementations§
source§impl R
impl R
sourcepub fn mem_force_pd(&self) -> MEM_FORCE_PD_R
pub fn mem_force_pd(&self) -> MEM_FORCE_PD_R
Bit 0 - Set this bit to force eFuse SRAM into power-saving mode.
sourcepub fn mem_clk_force_on(&self) -> MEM_CLK_FORCE_ON_R
pub fn mem_clk_force_on(&self) -> MEM_CLK_FORCE_ON_R
Bit 1 - Set this bit and force to activate clock signal of eFuse SRAM.
sourcepub fn mem_force_pu(&self) -> MEM_FORCE_PU_R
pub fn mem_force_pu(&self) -> MEM_FORCE_PU_R
Bit 2 - Set this bit to force eFuse SRAM into working mode.
Methods from Deref<Target = R<CLK_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more