pub struct W(/* private fields */);
Expand description
Register EXTIPSELL
writer
Implementations§
Source§impl W
impl W
Sourcepub fn extipsel0(&mut self) -> EXTIPSEL0_W<'_>
pub fn extipsel0(&mut self) -> EXTIPSEL0_W<'_>
Bits 0:2 - External Interrupt 0 Port Select
Sourcepub fn extipsel1(&mut self) -> EXTIPSEL1_W<'_>
pub fn extipsel1(&mut self) -> EXTIPSEL1_W<'_>
Bits 4:6 - External Interrupt 1 Port Select
Sourcepub fn extipsel2(&mut self) -> EXTIPSEL2_W<'_>
pub fn extipsel2(&mut self) -> EXTIPSEL2_W<'_>
Bits 8:10 - External Interrupt 2 Port Select
Sourcepub fn extipsel3(&mut self) -> EXTIPSEL3_W<'_>
pub fn extipsel3(&mut self) -> EXTIPSEL3_W<'_>
Bits 12:14 - External Interrupt 3 Port Select
Sourcepub fn extipsel4(&mut self) -> EXTIPSEL4_W<'_>
pub fn extipsel4(&mut self) -> EXTIPSEL4_W<'_>
Bits 16:18 - External Interrupt 4 Port Select
Sourcepub fn extipsel5(&mut self) -> EXTIPSEL5_W<'_>
pub fn extipsel5(&mut self) -> EXTIPSEL5_W<'_>
Bits 20:22 - External Interrupt 5 Port Select
Sourcepub fn extipsel6(&mut self) -> EXTIPSEL6_W<'_>
pub fn extipsel6(&mut self) -> EXTIPSEL6_W<'_>
Bits 24:26 - External Interrupt 6 Port Select
Sourcepub fn extipsel7(&mut self) -> EXTIPSEL7_W<'_>
pub fn extipsel7(&mut self) -> EXTIPSEL7_W<'_>
Bits 28:30 - External Interrupt 7 Port Select
Methods from Deref<Target = W<EXTIPSELL_SPEC>>§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for W
impl RefUnwindSafe for W
impl Send for W
impl Sync for W
impl Unpin for W
impl UnwindSafe for W
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