Struct esp32h2::timg0::int_ena_timers::R
source · pub struct R(_);
Expand description
Register INT_ENA_TIMERS
reader
Implementations§
source§impl R
impl R
sourcepub fn t0_int_ena(&self) -> T0_INT_ENA_R
pub fn t0_int_ena(&self) -> T0_INT_ENA_R
Bit 0 - The interrupt enable bit for the TIMG_T0_INT interrupt.
sourcepub fn wdt_int_ena(&self) -> WDT_INT_ENA_R
pub fn wdt_int_ena(&self) -> WDT_INT_ENA_R
Bit 1 - The interrupt enable bit for the TIMG_WDT_INT interrupt.
Methods from Deref<Target = R<INT_ENA_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