Struct esp32s2::apb_saradc::int_ena::W
source · pub struct W(_);
Expand description
Register INT_ENA
writer
Implementations§
source§impl W
impl W
sourcepub fn adc2_thres_int_ena(&mut self) -> ADC2_THRES_INT_ENA_W<'_, 28>
pub fn adc2_thres_int_ena(&mut self) -> ADC2_THRES_INT_ENA_W<'_, 28>
Bit 28 - Enable bit of APB_SARADC_ADC2_THRES_INT interrupt.
sourcepub fn adc1_thres_int_ena(&mut self) -> ADC1_THRES_INT_ENA_W<'_, 29>
pub fn adc1_thres_int_ena(&mut self) -> ADC1_THRES_INT_ENA_W<'_, 29>
Bit 29 - Enable bit of APB_SARADC_ADC1_THRES_INT interrupt.
sourcepub fn adc2_done_int_ena(&mut self) -> ADC2_DONE_INT_ENA_W<'_, 30>
pub fn adc2_done_int_ena(&mut self) -> ADC2_DONE_INT_ENA_W<'_, 30>
Bit 30 - Enable bit of APB_SARADC_ADC2_DONE_INT interrupt.
sourcepub fn adc1_done_int_ena(&mut self) -> ADC1_DONE_INT_ENA_W<'_, 31>
pub fn adc1_done_int_ena(&mut self) -> ADC1_DONE_INT_ENA_W<'_, 31>
Bit 31 - Enable bit of APB_SARADC_ADC1_DONE_INT interrupt.
Methods from Deref<Target = W<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