Struct d1_pac::timer::tmr_irq_sta::R
source · pub struct R(/* private fields */);
Expand description
Register tmr_irq_sta
reader
Implementations§
source§impl R
impl R
sourcepub fn tmr0_irq_pend(&self) -> TMR0_IRQ_PEND_R
pub fn tmr0_irq_pend(&self) -> TMR0_IRQ_PEND_R
Bit 0
sourcepub fn tmr1_irq_pend(&self) -> TMR1_IRQ_PEND_R
pub fn tmr1_irq_pend(&self) -> TMR1_IRQ_PEND_R
Bit 1
Methods from Deref<Target = R<TMR_IRQ_STA_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