Struct esp32c2::apb_saradc::int_ena::R
source · pub struct R(_);
Expand description
Register INT_ENA
reader
Implementations§
source§impl R
impl R
sourcepub fn thres1_low_int_ena(&self) -> THRES1_LOW_INT_ENA_R
pub fn thres1_low_int_ena(&self) -> THRES1_LOW_INT_ENA_R
Bit 26 - Need add description
sourcepub fn thres0_low_int_ena(&self) -> THRES0_LOW_INT_ENA_R
pub fn thres0_low_int_ena(&self) -> THRES0_LOW_INT_ENA_R
Bit 27 - Need add description
sourcepub fn thres1_high_int_ena(&self) -> THRES1_HIGH_INT_ENA_R
pub fn thres1_high_int_ena(&self) -> THRES1_HIGH_INT_ENA_R
Bit 28 - Need add description
sourcepub fn thres0_high_int_ena(&self) -> THRES0_HIGH_INT_ENA_R
pub fn thres0_high_int_ena(&self) -> THRES0_HIGH_INT_ENA_R
Bit 29 - Need add description
sourcepub fn apb_saradc2_done_int_ena(&self) -> APB_SARADC2_DONE_INT_ENA_R
pub fn apb_saradc2_done_int_ena(&self) -> APB_SARADC2_DONE_INT_ENA_R
Bit 30 - Need add description
sourcepub fn apb_saradc1_done_int_ena(&self) -> APB_SARADC1_DONE_INT_ENA_R
pub fn apb_saradc1_done_int_ena(&self) -> APB_SARADC1_DONE_INT_ENA_R
Bit 31 - Need add description
Methods from Deref<Target = R<INT_ENA_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more