pub struct R(_);
Expand description
Register ACPU_INT
reader
Implementations§
source§impl R
impl R
sourcepub fn appcpu_int(&self) -> APPCPU_INT_R
pub fn appcpu_int(&self) -> APPCPU_INT_R
Bits 0:31 - GPIO0~31 APP CPU interrupt status
Methods from Deref<Target = R<ACPU_INT_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