pub struct R(_);
Expand description
Register INT_ENA_TIMERS
reader
Implementations
sourceimpl 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 t1_int_ena(&self) -> T1_INT_ENA_R
pub fn t1_int_ena(&self) -> T1_INT_ENA_R
Bit 1 - The interrupt enable bit for the TIMG_T1_INT interrupt.
sourcepub fn wdt_int_ena(&self) -> WDT_INT_ENA_R
pub fn wdt_int_ena(&self) -> WDT_INT_ENA_R
Bit 2 - The interrupt enable bit for the TIMG_WDT_INT interrupt.
sourcepub fn lact_int_ena(&self) -> LACT_INT_ENA_R
pub fn lact_int_ena(&self) -> LACT_INT_ENA_R
Bit 3 - The interrupt enable bit for the TIMG_LACT_INT interrupt.
Methods from Deref<Target = R<INT_ENA_TIMERS_SPEC>>
Trait Implementations
sourceimpl From<R<INT_ENA_TIMERS_SPEC>> for R
impl From<R<INT_ENA_TIMERS_SPEC>> for R
sourcefn from(reader: R<INT_ENA_TIMERS_SPEC>) -> Self
fn from(reader: R<INT_ENA_TIMERS_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more