pub struct R(_);
Expand description
Register interrupt_source
reader
Implementations
sourceimpl R
impl R
sourcepub fn io_wake_int(&self) -> IO_WAKE_INT_R
pub fn io_wake_int(&self) -> IO_WAKE_INT_R
Bit 2 - IO wake up interrupt flag
sourcepub fn timer0_int(&self) -> TIMER0_INT_R
pub fn timer0_int(&self) -> TIMER0_INT_R
Bit 0 - PMU TIMER0 interrupt flag
Methods from Deref<Target = R<INTERRUPT_SOURCE_SPEC>>
Trait Implementations
sourceimpl From<R<INTERRUPT_SOURCE_SPEC>> for R
impl From<R<INTERRUPT_SOURCE_SPEC>> for R
sourcefn from(reader: R<INTERRUPT_SOURCE_SPEC>) -> Self
fn from(reader: R<INTERRUPT_SOURCE_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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