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