pub struct R(/* private fields */);Expand description
Register SYNCBUSY reader
Implementations§
Source§impl R
impl R
Sourcepub fn startbusy(&self) -> STARTBUSY_R
pub fn startbusy(&self) -> STARTBUSY_R
Bit 0 - START sync busy
Sourcepub fn stopbusy(&self) -> STOPBUSY_R
pub fn stopbusy(&self) -> STOPBUSY_R
Bit 1 - STOP sync busy
Sourcepub fn clearbusy(&self) -> CLEARBUSY_R
pub fn clearbusy(&self) -> CLEARBUSY_R
Bit 2 - CLEAR sync busy
Sourcepub fn fifoflbusy(&self) -> FIFOFLBUSY_R
pub fn fifoflbusy(&self) -> FIFOFLBUSY_R
Bit 3 - FIFO Flush Sync busy
Sourcepub fn prescbusy(&self) -> PRESCBUSY_R
pub fn prescbusy(&self) -> PRESCBUSY_R
Bit 8 - PRESC Sync busy
Sourcepub fn ctrlregbusy(&self) -> CTRLREGBUSY_R
pub fn ctrlregbusy(&self) -> CTRLREGBUSY_R
Bit 10 - CTRLREGBUSY 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