Struct esp32s3::interrupt_core0::pro_intr_status_2::R
source · pub struct R(_);
Expand description
Register PRO_INTR_STATUS_2
reader
Implementations
sourceimpl R
impl R
sourcepub fn intr_status_2(&self) -> INTR_STATUS_2_R
pub fn intr_status_2(&self) -> INTR_STATUS_2_R
Bits 0:31 - this register store the status of the first 32 interrupt source
Methods from Deref<Target = R<PRO_INTR_STATUS_2_SPEC>>
Trait Implementations
sourceimpl From<R<PRO_INTR_STATUS_2_SPEC>> for R
impl From<R<PRO_INTR_STATUS_2_SPEC>> for R
sourcefn from(reader: R<PRO_INTR_STATUS_2_SPEC>) -> Self
fn from(reader: R<PRO_INTR_STATUS_2_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