pub struct W(_);
Expand description
Register EVCTRL
writer
Implementations
sourceimpl W
impl W
sourcepub fn extinteo0(&mut self) -> EXTINTEO0_W<'_>
pub fn extinteo0(&mut self) -> EXTINTEO0_W<'_>
Bit 0 - External Interrupt 0 Event Output Enable
sourcepub fn extinteo1(&mut self) -> EXTINTEO1_W<'_>
pub fn extinteo1(&mut self) -> EXTINTEO1_W<'_>
Bit 1 - External Interrupt 1 Event Output Enable
sourcepub fn extinteo2(&mut self) -> EXTINTEO2_W<'_>
pub fn extinteo2(&mut self) -> EXTINTEO2_W<'_>
Bit 2 - External Interrupt 2 Event Output Enable
sourcepub fn extinteo3(&mut self) -> EXTINTEO3_W<'_>
pub fn extinteo3(&mut self) -> EXTINTEO3_W<'_>
Bit 3 - External Interrupt 3 Event Output Enable
sourcepub fn extinteo4(&mut self) -> EXTINTEO4_W<'_>
pub fn extinteo4(&mut self) -> EXTINTEO4_W<'_>
Bit 4 - External Interrupt 4 Event Output Enable
sourcepub fn extinteo5(&mut self) -> EXTINTEO5_W<'_>
pub fn extinteo5(&mut self) -> EXTINTEO5_W<'_>
Bit 5 - External Interrupt 5 Event Output Enable
sourcepub fn extinteo6(&mut self) -> EXTINTEO6_W<'_>
pub fn extinteo6(&mut self) -> EXTINTEO6_W<'_>
Bit 6 - External Interrupt 6 Event Output Enable
sourcepub fn extinteo7(&mut self) -> EXTINTEO7_W<'_>
pub fn extinteo7(&mut self) -> EXTINTEO7_W<'_>
Bit 7 - External Interrupt 7 Event Output Enable
Methods from Deref<Target = W<EVCTRL_SPEC>>
Trait Implementations
sourceimpl From<W<EVCTRL_SPEC>> for W
impl From<W<EVCTRL_SPEC>> for W
sourcefn from(writer: W<EVCTRL_SPEC>) -> Self
fn from(writer: W<EVCTRL_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