pub struct W(_);
Expand description
Register APBBMASK
writer
Implementations
sourceimpl W
impl W
sourcepub fn nvmctrl_(&mut self) -> NVMCTRL__W<'_>
pub fn nvmctrl_(&mut self) -> NVMCTRL__W<'_>
Bit 2 - NVMCTRL APB Clock Enable
sourcepub fn hmatrix_(&mut self) -> HMATRIX__W<'_>
pub fn hmatrix_(&mut self) -> HMATRIX__W<'_>
Bit 6 - HMATRIX APB Clock Enable
sourcepub fn sercom2_(&mut self) -> SERCOM2__W<'_>
pub fn sercom2_(&mut self) -> SERCOM2__W<'_>
Bit 9 - SERCOM2 APB Clock Enable
sourcepub fn sercom3_(&mut self) -> SERCOM3__W<'_>
pub fn sercom3_(&mut self) -> SERCOM3__W<'_>
Bit 10 - SERCOM3 APB Clock Enable
Methods from Deref<Target = W<APBBMASK_SPEC>>
Trait Implementations
sourceimpl From<W<APBBMASK_SPEC>> for W
impl From<W<APBBMASK_SPEC>> for W
sourcefn from(writer: W<APBBMASK_SPEC>) -> Self
fn from(writer: W<APBBMASK_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