pub struct W(_);
Expand description
Register APPCPU_CTRL_B
writer
Implementations
sourceimpl W
impl W
sourcepub fn appcpu_clkgate_en(&mut self) -> APPCPU_CLKGATE_EN_W<'_, 0>
pub fn appcpu_clkgate_en(&mut self) -> APPCPU_CLKGATE_EN_W<'_, 0>
Bit 0
Methods from Deref<Target = W<APPCPU_CTRL_B_SPEC>>
Trait Implementations
sourceimpl From<W<APPCPU_CTRL_B_SPEC>> for W
impl From<W<APPCPU_CTRL_B_SPEC>> for W
sourcefn from(writer: W<APPCPU_CTRL_B_SPEC>) -> Self
fn from(writer: W<APPCPU_CTRL_B_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