pub struct R(/* private fields */);Expand description
Register INTFLAG reader
Implementations§
Source§impl R
impl R
Sourcepub fn extint10(&self) -> EXTINT10_R
pub fn extint10(&self) -> EXTINT10_R
Bit 10 - External Interrupt 10
Sourcepub fn extint11(&self) -> EXTINT11_R
pub fn extint11(&self) -> EXTINT11_R
Bit 11 - External Interrupt 11
Sourcepub fn extint12(&self) -> EXTINT12_R
pub fn extint12(&self) -> EXTINT12_R
Bit 12 - External Interrupt 12
Sourcepub fn extint13(&self) -> EXTINT13_R
pub fn extint13(&self) -> EXTINT13_R
Bit 13 - External Interrupt 13
Sourcepub fn extint14(&self) -> EXTINT14_R
pub fn extint14(&self) -> EXTINT14_R
Bit 14 - External Interrupt 14
Sourcepub fn extint15(&self) -> EXTINT15_R
pub fn extint15(&self) -> EXTINT15_R
Bit 15 - External Interrupt 15
Methods from Deref<Target = R<INTFLAG_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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