pub struct R(_);
Expand description
Register CLK
reader
Implementations
sourceimpl R
impl R
sourcepub fn efuse_mem_force_pd(&self) -> EFUSE_MEM_FORCE_PD_R
pub fn efuse_mem_force_pd(&self) -> EFUSE_MEM_FORCE_PD_R
Bit 0 - If set, forces 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 - If set, forces to activate clock signal of eFuse SRAM.
sourcepub fn efuse_mem_force_pu(&self) -> EFUSE_MEM_FORCE_PU_R
pub fn efuse_mem_force_pu(&self) -> EFUSE_MEM_FORCE_PU_R
Bit 2 - If set, forces eFuse SRAM into working mode.
Methods from Deref<Target = R<CLK_SPEC>>
Trait Implementations
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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