Struct esp32s3::interrupt_core0::pro_intr_status_0::R
source · pub struct R(_);
Expand description
Register PRO_INTR_STATUS_0
reader
Implementations§
source§impl R
impl R
sourcepub fn intr_status_0(&self) -> INTR_STATUS_0_R
pub fn intr_status_0(&self) -> INTR_STATUS_0_R
Bits 0:31 - this register store the status of the first 32 interrupt source
Methods from Deref<Target = R<PRO_INTR_STATUS_0_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