Struct esp32c2_hal::pac::apb_saradc::int_ena::R
pub struct R(_);
Expand description
Register INT_ENA
reader
Implementations§
§impl R
impl R
pub fn thres1_low_int_ena(&self) -> BitReaderRaw<bool>
pub fn thres1_low_int_ena(&self) -> BitReaderRaw<bool>
Bit 26 - Need add description
pub fn thres0_low_int_ena(&self) -> BitReaderRaw<bool>
pub fn thres0_low_int_ena(&self) -> BitReaderRaw<bool>
Bit 27 - Need add description
pub fn thres1_high_int_ena(&self) -> BitReaderRaw<bool>
pub fn thres1_high_int_ena(&self) -> BitReaderRaw<bool>
Bit 28 - Need add description
pub fn thres0_high_int_ena(&self) -> BitReaderRaw<bool>
pub fn thres0_high_int_ena(&self) -> BitReaderRaw<bool>
Bit 29 - Need add description
pub fn apb_saradc2_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn apb_saradc2_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 30 - Need add description
pub fn apb_saradc1_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn apb_saradc1_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 31 - Need add description
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.