pub struct W(_);
Expand description
Register APBDMASK
writer
Implementations
sourceimpl W
impl W
sourcepub fn sercom4_(&mut self) -> SERCOM4__W<'_>
pub fn sercom4_(&mut self) -> SERCOM4__W<'_>
Bit 0 - SERCOM4 APB Clock Enable
sourcepub fn sercom5_(&mut self) -> SERCOM5__W<'_>
pub fn sercom5_(&mut self) -> SERCOM5__W<'_>
Bit 1 - SERCOM5 APB Clock Enable
sourcepub fn sercom6_(&mut self) -> SERCOM6__W<'_>
pub fn sercom6_(&mut self) -> SERCOM6__W<'_>
Bit 2 - SERCOM6 APB Clock Enable
sourcepub fn sercom7_(&mut self) -> SERCOM7__W<'_>
pub fn sercom7_(&mut self) -> SERCOM7__W<'_>
Bit 3 - SERCOM7 APB Clock Enable
Methods from Deref<Target = W<APBDMASK_SPEC>>
Trait Implementations
sourceimpl From<W<APBDMASK_SPEC>> for W
impl From<W<APBDMASK_SPEC>> for W
sourcefn from(writer: W<APBDMASK_SPEC>) -> Self
fn from(writer: W<APBDMASK_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