pub struct R(_);
Expand description
Register INT_RAW
reader
Implementations§
source§impl R
impl R
sourcepub fn target0_int_raw(&self) -> TARGET0_INT_RAW_R
pub fn target0_int_raw(&self) -> TARGET0_INT_RAW_R
Bit 0 - interupt0 raw
sourcepub fn target1_int_raw(&self) -> TARGET1_INT_RAW_R
pub fn target1_int_raw(&self) -> TARGET1_INT_RAW_R
Bit 1 - interupt1 raw
sourcepub fn target2_int_raw(&self) -> TARGET2_INT_RAW_R
pub fn target2_int_raw(&self) -> TARGET2_INT_RAW_R
Bit 2 - interupt2 raw
Methods from Deref<Target = R<INT_RAW_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