Struct esp32h2::apb_saradc::int_st::R
source · pub struct R(_);
Expand description
Register INT_ST
reader
Implementations§
source§impl R
impl R
sourcepub fn apb_saradc_tsens_int_st(&self) -> APB_SARADC_TSENS_INT_ST_R
pub fn apb_saradc_tsens_int_st(&self) -> APB_SARADC_TSENS_INT_ST_R
Bit 25 - saradc tsens interrupt state
sourcepub fn apb_saradc_thres1_low_int_st(&self) -> APB_SARADC_THRES1_LOW_INT_ST_R
pub fn apb_saradc_thres1_low_int_st(&self) -> APB_SARADC_THRES1_LOW_INT_ST_R
Bit 26 - saradc thres1 low interrupt state
sourcepub fn apb_saradc_thres0_low_int_st(&self) -> APB_SARADC_THRES0_LOW_INT_ST_R
pub fn apb_saradc_thres0_low_int_st(&self) -> APB_SARADC_THRES0_LOW_INT_ST_R
Bit 27 - saradc thres0 low interrupt state
sourcepub fn apb_saradc_thres1_high_int_st(&self) -> APB_SARADC_THRES1_HIGH_INT_ST_R
pub fn apb_saradc_thres1_high_int_st(&self) -> APB_SARADC_THRES1_HIGH_INT_ST_R
Bit 28 - saradc thres1 high interrupt state
sourcepub fn apb_saradc_thres0_high_int_st(&self) -> APB_SARADC_THRES0_HIGH_INT_ST_R
pub fn apb_saradc_thres0_high_int_st(&self) -> APB_SARADC_THRES0_HIGH_INT_ST_R
Bit 29 - saradc thres0 high interrupt state
sourcepub fn apb_saradc2_done_int_st(&self) -> APB_SARADC2_DONE_INT_ST_R
pub fn apb_saradc2_done_int_st(&self) -> APB_SARADC2_DONE_INT_ST_R
Bit 30 - saradc2 done interrupt state
sourcepub fn apb_saradc1_done_int_st(&self) -> APB_SARADC1_DONE_INT_ST_R
pub fn apb_saradc1_done_int_st(&self) -> APB_SARADC1_DONE_INT_ST_R
Bit 31 - saradc1 done interrupt state
Methods from Deref<Target = R<INT_ST_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