pub struct W(_);Expand description
Register CLKGATE_FORCE_ON writer
Implementations
sourceimpl W
impl W
sourcepub fn rom_clkgate_force_on(&mut self) -> ROM_CLKGATE_FORCE_ON_W<'_>
pub fn rom_clkgate_force_on(&mut self) -> ROM_CLKGATE_FORCE_ON_W<'_>
Bits 0:1 - reg_rom_clkgate_force_on
sourcepub fn sram_clkgate_force_on(&mut self) -> SRAM_CLKGATE_FORCE_ON_W<'_>
pub fn sram_clkgate_force_on(&mut self) -> SRAM_CLKGATE_FORCE_ON_W<'_>
Bits 2:5 - reg_sram_clkgate_force_on
Methods from Deref<Target = W<CLKGATE_FORCE_ON_SPEC>>
Trait Implementations
sourceimpl From<W<CLKGATE_FORCE_ON_SPEC>> for W
impl From<W<CLKGATE_FORCE_ON_SPEC>> for W
sourcefn from(writer: W<CLKGATE_FORCE_ON_SPEC>) -> Self
fn from(writer: W<CLKGATE_FORCE_ON_SPEC>) -> Self
Converts to this type from the input type.
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