pub struct R(_);
Expand description
Register INTFLAGD
reader
Implementations
sourceimpl R
impl R
sourcepub fn sercom4_(&self) -> SERCOM4__R
pub fn sercom4_(&self) -> SERCOM4__R
Bit 0 - SERCOM4
sourcepub fn sercom5_(&self) -> SERCOM5__R
pub fn sercom5_(&self) -> SERCOM5__R
Bit 1 - SERCOM5
sourcepub fn sercom6_(&self) -> SERCOM6__R
pub fn sercom6_(&self) -> SERCOM6__R
Bit 2 - SERCOM6
sourcepub fn sercom7_(&self) -> SERCOM7__R
pub fn sercom7_(&self) -> SERCOM7__R
Bit 3 - SERCOM7
Methods from Deref<Target = R<INTFLAGD_SPEC>>
Trait Implementations
sourceimpl From<R<INTFLAGD_SPEC>> for R
impl From<R<INTFLAGD_SPEC>> for R
sourcefn from(reader: R<INTFLAGD_SPEC>) -> Self
fn from(reader: R<INTFLAGD_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