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