Struct esp32s3::apb_saradc::int_clr::W
source · pub struct W(_);
Expand description
Register INT_CLR
writer
Implementations
sourceimpl W
impl W
sourcepub fn thres1_low_int_clr(&mut self) -> THRES1_LOW_INT_CLR_W<'_, 26>
pub fn thres1_low_int_clr(&mut self) -> THRES1_LOW_INT_CLR_W<'_, 26>
Bit 26 - interrupt of thres1 low
sourcepub fn thres0_low_int_clr(&mut self) -> THRES0_LOW_INT_CLR_W<'_, 27>
pub fn thres0_low_int_clr(&mut self) -> THRES0_LOW_INT_CLR_W<'_, 27>
Bit 27 - interrupt of thres0 low
sourcepub fn thres1_high_int_clr(&mut self) -> THRES1_HIGH_INT_CLR_W<'_, 28>
pub fn thres1_high_int_clr(&mut self) -> THRES1_HIGH_INT_CLR_W<'_, 28>
Bit 28 - interrupt of thres1 high
sourcepub fn thres0_high_int_clr(&mut self) -> THRES0_HIGH_INT_CLR_W<'_, 29>
pub fn thres0_high_int_clr(&mut self) -> THRES0_HIGH_INT_CLR_W<'_, 29>
Bit 29 - interrupt of thres0 high
sourcepub fn apb_saradc2_done_int_clr(&mut self) -> APB_SARADC2_DONE_INT_CLR_W<'_, 30>
pub fn apb_saradc2_done_int_clr(&mut self) -> APB_SARADC2_DONE_INT_CLR_W<'_, 30>
Bit 30 - interrupt of sar2 done
sourcepub fn apb_saradc1_done_int_clr(&mut self) -> APB_SARADC1_DONE_INT_CLR_W<'_, 31>
pub fn apb_saradc1_done_int_clr(&mut self) -> APB_SARADC1_DONE_INT_CLR_W<'_, 31>
Bit 31 - interrupt of sar1 done
Methods from Deref<Target = W<INT_CLR_SPEC>>
Trait Implementations
sourceimpl From<W<INT_CLR_SPEC>> for W
impl From<W<INT_CLR_SPEC>> for W
sourcefn from(writer: W<INT_CLR_SPEC>) -> Self
fn from(writer: W<INT_CLR_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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