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