Struct esp32s3_hal::pac::sens::sar_cocpu_int_ena::R
pub struct R(_);
Expand description
Register SAR_COCPU_INT_ENA
reader
Implementations
impl R
impl R
pub fn sar_cocpu_touch_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn sar_cocpu_touch_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 0 - int enable of touch done
pub fn sar_cocpu_touch_inactive_int_ena(&self) -> BitReaderRaw<bool>
pub fn sar_cocpu_touch_inactive_int_ena(&self) -> BitReaderRaw<bool>
Bit 1 - int enable of from touch inactive
pub fn sar_cocpu_touch_active_int_ena(&self) -> BitReaderRaw<bool>
pub fn sar_cocpu_touch_active_int_ena(&self) -> BitReaderRaw<bool>
Bit 2 - int enable of touch active
pub fn sar_cocpu_saradc1_int_ena(&self) -> BitReaderRaw<bool>
pub fn sar_cocpu_saradc1_int_ena(&self) -> BitReaderRaw<bool>
Bit 3 - int enable of from saradc1
pub fn sar_cocpu_saradc2_int_ena(&self) -> BitReaderRaw<bool>
pub fn sar_cocpu_saradc2_int_ena(&self) -> BitReaderRaw<bool>
Bit 4 - int enable of from saradc2
pub fn sar_cocpu_tsens_int_ena(&self) -> BitReaderRaw<bool>
pub fn sar_cocpu_tsens_int_ena(&self) -> BitReaderRaw<bool>
Bit 5 - int enable of tsens
pub fn sar_cocpu_start_int_ena(&self) -> BitReaderRaw<bool>
pub fn sar_cocpu_start_int_ena(&self) -> BitReaderRaw<bool>
Bit 6 - int enable of start
pub fn sar_cocpu_sw_int_ena(&self) -> BitReaderRaw<bool>
pub fn sar_cocpu_sw_int_ena(&self) -> BitReaderRaw<bool>
Bit 7 - int enable of software
pub fn sar_cocpu_swd_int_ena(&self) -> BitReaderRaw<bool>
pub fn sar_cocpu_swd_int_ena(&self) -> BitReaderRaw<bool>
Bit 8 - int enable of super watch dog
pub fn sar_cocpu_touch_timeout_int_ena(&self) -> BitReaderRaw<bool>
pub fn sar_cocpu_touch_timeout_int_ena(&self) -> BitReaderRaw<bool>
Bit 9 - int enable of timeout done
pub fn sar_cocpu_touch_approach_loop_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn sar_cocpu_touch_approach_loop_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 10 - int enable of approach loop done
pub fn sar_cocpu_touch_scan_done_int_ena(&self) -> BitReaderRaw<bool>
pub fn sar_cocpu_touch_scan_done_int_ena(&self) -> BitReaderRaw<bool>
Bit 11 - int enable of touch scan done
Methods from Deref<Target = R<SAR_COCPU_INT_ENA_SPEC>>
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations
impl From<R<SAR_COCPU_INT_ENA_SPEC>> for R
impl From<R<SAR_COCPU_INT_ENA_SPEC>> for R
fn from(reader: R<SAR_COCPU_INT_ENA_SPEC>) -> R
fn from(reader: R<SAR_COCPU_INT_ENA_SPEC>) -> R
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