pub struct R(_);
Expand description
Register INTENCLR
reader
Implementations
sourceimpl R
impl R
sourcepub fn extint10(&self) -> EXTINT10_R
pub fn extint10(&self) -> EXTINT10_R
Bit 10 - External Interrupt 10 Enable
sourcepub fn extint11(&self) -> EXTINT11_R
pub fn extint11(&self) -> EXTINT11_R
Bit 11 - External Interrupt 11 Enable
sourcepub fn extint12(&self) -> EXTINT12_R
pub fn extint12(&self) -> EXTINT12_R
Bit 12 - External Interrupt 12 Enable
sourcepub fn extint13(&self) -> EXTINT13_R
pub fn extint13(&self) -> EXTINT13_R
Bit 13 - External Interrupt 13 Enable
sourcepub fn extint14(&self) -> EXTINT14_R
pub fn extint14(&self) -> EXTINT14_R
Bit 14 - External Interrupt 14 Enable
sourcepub fn extint15(&self) -> EXTINT15_R
pub fn extint15(&self) -> EXTINT15_R
Bit 15 - External Interrupt 15 Enable
Methods from Deref<Target = R<INTENCLR_SPEC>>
Trait Implementations
sourceimpl From<R<INTENCLR_SPEC>> for R
impl From<R<INTENCLR_SPEC>> for R
sourcefn from(reader: R<INTENCLR_SPEC>) -> Self
fn from(reader: R<INTENCLR_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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