Struct esp32s2::sens::sar_cocpu_int_ena::W
source · pub struct W(_);
Expand description
Register SAR_COCPU_INT_ENA
writer
Implementations§
source§impl W
impl W
sourcepub fn cocpu_touch_done_int_ena(&mut self) -> COCPU_TOUCH_DONE_INT_ENA_W<'_, 0>
pub fn cocpu_touch_done_int_ena(&mut self) -> COCPU_TOUCH_DONE_INT_ENA_W<'_, 0>
Bit 0 - TOUCH_DONE_INT interrupt enable bit
sourcepub fn cocpu_touch_inactive_int_ena(
&mut self
) -> COCPU_TOUCH_INACTIVE_INT_ENA_W<'_, 1>
pub fn cocpu_touch_inactive_int_ena( &mut self ) -> COCPU_TOUCH_INACTIVE_INT_ENA_W<'_, 1>
Bit 1 - TOUCH_INACTIVE_INT interrupt enable bit
sourcepub fn cocpu_touch_active_int_ena(
&mut self
) -> COCPU_TOUCH_ACTIVE_INT_ENA_W<'_, 2>
pub fn cocpu_touch_active_int_ena( &mut self ) -> COCPU_TOUCH_ACTIVE_INT_ENA_W<'_, 2>
Bit 2 - TOUCH_ACTIVE_INT interrupt enable bit
sourcepub fn cocpu_saradc1_int_ena(&mut self) -> COCPU_SARADC1_INT_ENA_W<'_, 3>
pub fn cocpu_saradc1_int_ena(&mut self) -> COCPU_SARADC1_INT_ENA_W<'_, 3>
Bit 3 - SARADC1_DONE_INT interrupt enable bit
sourcepub fn cocpu_saradc2_int_ena(&mut self) -> COCPU_SARADC2_INT_ENA_W<'_, 4>
pub fn cocpu_saradc2_int_ena(&mut self) -> COCPU_SARADC2_INT_ENA_W<'_, 4>
Bit 4 - SARADC2_DONE_INT interrupt enable bit
sourcepub fn cocpu_tsens_int_ena(&mut self) -> COCPU_TSENS_INT_ENA_W<'_, 5>
pub fn cocpu_tsens_int_ena(&mut self) -> COCPU_TSENS_INT_ENA_W<'_, 5>
Bit 5 - TSENS_DONE_INT interrupt enable bit
sourcepub fn cocpu_start_int_ena(&mut self) -> COCPU_START_INT_ENA_W<'_, 6>
pub fn cocpu_start_int_ena(&mut self) -> COCPU_START_INT_ENA_W<'_, 6>
Bit 6 - RISCV_START_INT interrupt enable bit
sourcepub fn cocpu_sw_int_ena(&mut self) -> COCPU_SW_INT_ENA_W<'_, 7>
pub fn cocpu_sw_int_ena(&mut self) -> COCPU_SW_INT_ENA_W<'_, 7>
Bit 7 - SW_INT interrupt enable bit
sourcepub fn cocpu_swd_int_ena(&mut self) -> COCPU_SWD_INT_ENA_W<'_, 8>
pub fn cocpu_swd_int_ena(&mut self) -> COCPU_SWD_INT_ENA_W<'_, 8>
Bit 8 - SWD_INT interrupt enable bit
Methods from Deref<Target = W<SAR_COCPU_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