pub struct W(_);
Expand description
Register INTENSET
writer
Implementations
sourceimpl W
impl W
sourcepub fn extint10(&mut self) -> EXTINT10_W<'_>
pub fn extint10(&mut self) -> EXTINT10_W<'_>
Bit 10 - External Interrupt 10 Enable
sourcepub fn extint11(&mut self) -> EXTINT11_W<'_>
pub fn extint11(&mut self) -> EXTINT11_W<'_>
Bit 11 - External Interrupt 11 Enable
sourcepub fn extint12(&mut self) -> EXTINT12_W<'_>
pub fn extint12(&mut self) -> EXTINT12_W<'_>
Bit 12 - External Interrupt 12 Enable
sourcepub fn extint13(&mut self) -> EXTINT13_W<'_>
pub fn extint13(&mut self) -> EXTINT13_W<'_>
Bit 13 - External Interrupt 13 Enable
sourcepub fn extint14(&mut self) -> EXTINT14_W<'_>
pub fn extint14(&mut self) -> EXTINT14_W<'_>
Bit 14 - External Interrupt 14 Enable
sourcepub fn extint15(&mut self) -> EXTINT15_W<'_>
pub fn extint15(&mut self) -> EXTINT15_W<'_>
Bit 15 - External Interrupt 15 Enable
Methods from Deref<Target = W<INTENSET_SPEC>>
Trait Implementations
sourceimpl From<W<INTENSET_SPEC>> for W
impl From<W<INTENSET_SPEC>> for W
sourcefn from(writer: W<INTENSET_SPEC>) -> Self
fn from(writer: W<INTENSET_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