Struct esp32s3::timg0::int_st_timers::R
source · pub struct R(_);
Expand description
Register INT_ST_TIMERS
reader
Implementations§
source§impl R
impl R
sourcepub fn t0_int_st(&self) -> T0_INT_ST_R
pub fn t0_int_st(&self) -> T0_INT_ST_R
Bit 0 - The masked interrupt status bit for the TIMG_T0_INT interrupt.
sourcepub fn t1_int_st(&self) -> T1_INT_ST_R
pub fn t1_int_st(&self) -> T1_INT_ST_R
Bit 1 - The masked interrupt status bit for the TIMG_T1_INT interrupt.
sourcepub fn wdt_int_st(&self) -> WDT_INT_ST_R
pub fn wdt_int_st(&self) -> WDT_INT_ST_R
Bit 2 - The masked interrupt status bit for the TIMG_WDT_INT interrupt.
Methods from Deref<Target = R<INT_ST_TIMERS_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
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