Struct esp32_hal::pac::timg0::int_ena_timers::R
pub struct R(_);
Expand description
Register INT_ENA_TIMERS
reader
Implementations§
§impl R
impl R
pub fn t0_int_ena(&self) -> BitReaderRaw<bool>
pub fn t0_int_ena(&self) -> BitReaderRaw<bool>
Bit 0 - interrupt when timer0 alarm
pub fn t1_int_ena(&self) -> BitReaderRaw<bool>
pub fn t1_int_ena(&self) -> BitReaderRaw<bool>
Bit 1 - interrupt when timer1 alarm
pub fn wdt_int_ena(&self) -> BitReaderRaw<bool>
pub fn wdt_int_ena(&self) -> BitReaderRaw<bool>
Bit 2 - Interrupt when an interrupt stage timeout
pub fn lact_int_ena(&self) -> BitReaderRaw<bool>
pub fn lact_int_ena(&self) -> BitReaderRaw<bool>
Bit 3
Methods from Deref<Target = R<INT_ENA_TIMERS_SPEC>>§
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
§impl From<R<INT_ENA_TIMERS_SPEC>> for R
impl From<R<INT_ENA_TIMERS_SPEC>> for R
§fn from(reader: R<INT_ENA_TIMERS_SPEC>) -> R
fn from(reader: R<INT_ENA_TIMERS_SPEC>) -> R
Converts to this type from the input type.