pub struct R(/* private fields */);Expand description
Register STATUS reader
Implementations§
Source§impl R
impl R
Sourcepub fn timerlockstatus(&self) -> TIMERLOCKSTATUS_R
pub fn timerlockstatus(&self) -> TIMERLOCKSTATUS_R
Bit 4 - Timer lock status
Sourcepub fn dtilockstatus(&self) -> DTILOCKSTATUS_R
pub fn dtilockstatus(&self) -> DTILOCKSTATUS_R
Bit 5 - DTI lock status
Sourcepub fn syncbusy(&self) -> SYNCBUSY_R
pub fn syncbusy(&self) -> SYNCBUSY_R
Bit 6 - Sync Busy
Sourcepub fn icfempty0(&self) -> ICFEMPTY0_R
pub fn icfempty0(&self) -> ICFEMPTY0_R
Bit 16 - Input capture fifo empty
Sourcepub fn icfempty1(&self) -> ICFEMPTY1_R
pub fn icfempty1(&self) -> ICFEMPTY1_R
Bit 17 - Input capture fifo empty
Sourcepub fn icfempty2(&self) -> ICFEMPTY2_R
pub fn icfempty2(&self) -> ICFEMPTY2_R
Bit 18 - Input capture fifo empty
Methods from Deref<Target = R<STATUS_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