pub struct R(_);
Expand description
Register APBAMASK
reader
Implementations
sourceimpl R
impl R
sourcepub fn oscctrl_(&self) -> OSCCTRL__R
pub fn oscctrl_(&self) -> OSCCTRL__R
Bit 4 - OSCCTRL APB Clock Enable
sourcepub fn osc32kctrl_(&self) -> OSC32KCTRL__R
pub fn osc32kctrl_(&self) -> OSC32KCTRL__R
Bit 5 - OSC32KCTRL APB Clock Enable
sourcepub fn sercom0_(&self) -> SERCOM0__R
pub fn sercom0_(&self) -> SERCOM0__R
Bit 12 - SERCOM0 APB Clock Enable
sourcepub fn sercom1_(&self) -> SERCOM1__R
pub fn sercom1_(&self) -> SERCOM1__R
Bit 13 - SERCOM1 APB Clock Enable
Methods from Deref<Target = R<APBAMASK_SPEC>>
Trait Implementations
sourceimpl From<R<APBAMASK_SPEC>> for R
impl From<R<APBAMASK_SPEC>> for R
sourcefn from(reader: R<APBAMASK_SPEC>) -> Self
fn from(reader: R<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