pub struct R(/* private fields */);
Expand description
Register SYNCBUSY
reader
Implementations§
Source§impl R
impl R
Sourcepub fn startframe(&self) -> STARTFRAME_R
pub fn startframe(&self) -> STARTFRAME_R
Bit 3 - STARTFRAME Register Busy
Sourcepub fn sigframe(&self) -> SIGFRAME_R
pub fn sigframe(&self) -> SIGFRAME_R
Bit 4 - SIGFRAME Register Busy
Sourcepub fn pulsectrl(&self) -> PULSECTRL_R
pub fn pulsectrl(&self) -> PULSECTRL_R
Bit 7 - PULSECTRL Register 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