pub struct R(/* private fields */);
Expand description
Register SYNCBUSY
reader
Implementations§
Source§impl R
impl R
Sourcepub fn lfaclken0(&self) -> LFACLKEN0_R
pub fn lfaclken0(&self) -> LFACLKEN0_R
Bit 0 - Low Frequency A Clock Enable 0 Busy
Sourcepub fn lfapresc0(&self) -> LFAPRESC0_R
pub fn lfapresc0(&self) -> LFAPRESC0_R
Bit 2 - Low Frequency A Prescaler 0 Busy
Sourcepub fn lfbclken0(&self) -> LFBCLKEN0_R
pub fn lfbclken0(&self) -> LFBCLKEN0_R
Bit 4 - Low Frequency B Clock Enable 0 Busy
Sourcepub fn lfbpresc0(&self) -> LFBPRESC0_R
pub fn lfbpresc0(&self) -> LFBPRESC0_R
Bit 6 - Low Frequency B Prescaler 0 Busy
Methods from Deref<Target = R<SYNCBUSY_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more