Struct esp32s3_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 - interrupt of thres1 low
pub fn thres0_low_int_ena(&self) -> BitReaderRaw<bool>
pub fn thres0_low_int_ena(&self) -> BitReaderRaw<bool>
Bit 27 - interrupt of thres0 low
pub fn thres1_high_int_ena(&self) -> BitReaderRaw<bool>
pub fn thres1_high_int_ena(&self) -> BitReaderRaw<bool>
Bit 28 - interrupt of thres1 high
pub fn thres0_high_int_ena(&self) -> BitReaderRaw<bool>
pub fn thres0_high_int_ena(&self) -> BitReaderRaw<bool>
Bit 29 - interrupt of thres0 high
pub fn apb_saradc2_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn apb_saradc2_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 30 - interrupt of sar2 done
pub fn apb_saradc1_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn apb_saradc1_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 31 - interrupt of sar1 done
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.