Struct esp32c2_hal::pac::systimer::int_ena::R
pub struct R(_);
Expand description
Register INT_ENA
reader
Implementations§
§impl R
impl R
pub fn target0_int_ena(&self) -> BitReaderRaw<bool>
pub fn target0_int_ena(&self) -> BitReaderRaw<bool>
Bit 0 - interupt0 enable
pub fn target1_int_ena(&self) -> BitReaderRaw<bool>
pub fn target1_int_ena(&self) -> BitReaderRaw<bool>
Bit 1 - interupt1 enable
pub fn target2_int_ena(&self) -> BitReaderRaw<bool>
pub fn target2_int_ena(&self) -> BitReaderRaw<bool>
Bit 2 - interupt2 enable
Methods from Deref<Target = R<INT_ENA_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_SPEC>> for R
impl From<R<INT_ENA_SPEC>> for R
§fn from(reader: R<INT_ENA_SPEC>) -> R
fn from(reader: R<INT_ENA_SPEC>) -> R
Converts to this type from the input type.