pub struct W(_);
Expand description
Register APBAMASK
writer
Implementations
sourceimpl W
impl W
sourcepub fn oscctrl_(&mut self) -> OSCCTRL__W<'_>
pub fn oscctrl_(&mut self) -> OSCCTRL__W<'_>
Bit 4 - OSCCTRL APB Clock Enable
sourcepub fn osc32kctrl_(&mut self) -> OSC32KCTRL__W<'_>
pub fn osc32kctrl_(&mut self) -> OSC32KCTRL__W<'_>
Bit 5 - OSC32KCTRL APB Clock Enable
sourcepub fn sercom0_(&mut self) -> SERCOM0__W<'_>
pub fn sercom0_(&mut self) -> SERCOM0__W<'_>
Bit 12 - SERCOM0 APB Clock Enable
sourcepub fn sercom1_(&mut self) -> SERCOM1__W<'_>
pub fn sercom1_(&mut self) -> SERCOM1__W<'_>
Bit 13 - SERCOM1 APB Clock Enable
Methods from Deref<Target = W<APBAMASK_SPEC>>
Trait Implementations
sourceimpl From<W<APBAMASK_SPEC>> for W
impl From<W<APBAMASK_SPEC>> for W
sourcefn from(writer: W<APBAMASK_SPEC>) -> Self
fn from(writer: W<APBAMASK_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