Struct esp32s3_hal::pac::pcnt::int_raw::R
pub struct R(_);
Expand description
Register INT_RAW
reader
Implementations§
§impl R
impl R
pub fn cnt_thr_event_u0_int_raw(&self) -> BitReaderRaw<bool>
pub fn cnt_thr_event_u0_int_raw(&self) -> BitReaderRaw<bool>
Bit 0 - The raw interrupt status bit for the PCNT_CNT_THR_EVENT_U0_INT interrupt.
pub fn cnt_thr_event_u1_int_raw(&self) -> BitReaderRaw<bool>
pub fn cnt_thr_event_u1_int_raw(&self) -> BitReaderRaw<bool>
Bit 1 - The raw interrupt status bit for the PCNT_CNT_THR_EVENT_U1_INT interrupt.
pub fn cnt_thr_event_u2_int_raw(&self) -> BitReaderRaw<bool>
pub fn cnt_thr_event_u2_int_raw(&self) -> BitReaderRaw<bool>
Bit 2 - The raw interrupt status bit for the PCNT_CNT_THR_EVENT_U2_INT interrupt.
pub fn cnt_thr_event_u3_int_raw(&self) -> BitReaderRaw<bool>
pub fn cnt_thr_event_u3_int_raw(&self) -> BitReaderRaw<bool>
Bit 3 - The raw interrupt status bit for the PCNT_CNT_THR_EVENT_U3_INT interrupt.
Methods from Deref<Target = R<INT_RAW_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<INT_RAW_SPEC>> for R
impl From<R<INT_RAW_SPEC>> for R
§fn from(reader: R<INT_RAW_SPEC>) -> R
fn from(reader: R<INT_RAW_SPEC>) -> R
Converts to this type from the input type.