pub struct W(_);Expand description
Register INT_ENA writer
Implementations
sourceimpl 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
sourceimpl From<W<INT_ENA_SPEC>> for W
impl From<W<INT_ENA_SPEC>> for W
sourcefn from(writer: W<INT_ENA_SPEC>) -> Self
fn from(writer: W<INT_ENA_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more