pub struct W(_);
Expand description
Register PCGCCTL
writer
Implementations
sourceimpl W
impl W
sourcepub fn stoppclk(&mut self) -> STOPPCLK_W<'_, 0>
pub fn stoppclk(&mut self) -> STOPPCLK_W<'_, 0>
Bit 0
sourcepub fn gatehclk(&mut self) -> GATEHCLK_W<'_, 1>
pub fn gatehclk(&mut self) -> GATEHCLK_W<'_, 1>
Bit 1
sourcepub fn rstpdwnmodule(&mut self) -> RSTPDWNMODULE_W<'_, 3>
pub fn rstpdwnmodule(&mut self) -> RSTPDWNMODULE_W<'_, 3>
Bit 3
sourcepub fn resetaftersusp(&mut self) -> RESETAFTERSUSP_W<'_, 8>
pub fn resetaftersusp(&mut self) -> RESETAFTERSUSP_W<'_, 8>
Bit 8
Methods from Deref<Target = W<PCGCCTL_SPEC>>
Trait Implementations
sourceimpl From<W<PCGCCTL_SPEC>> for W
impl From<W<PCGCCTL_SPEC>> for W
sourcefn from(writer: W<PCGCCTL_SPEC>) -> Self
fn from(writer: W<PCGCCTL_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