pub struct W(/* private fields */);
Expand description
Register EXTIPSELH
writer
Implementations§
Source§impl W
impl W
Sourcepub fn extipsel8(&mut self) -> EXTIPSEL8_W<'_>
pub fn extipsel8(&mut self) -> EXTIPSEL8_W<'_>
Bits 0:2 - External Interrupt 8 Port Select
Sourcepub fn extipsel9(&mut self) -> EXTIPSEL9_W<'_>
pub fn extipsel9(&mut self) -> EXTIPSEL9_W<'_>
Bits 4:6 - External Interrupt 9 Port Select
Sourcepub fn extipsel10(&mut self) -> EXTIPSEL10_W<'_>
pub fn extipsel10(&mut self) -> EXTIPSEL10_W<'_>
Bits 8:10 - External Interrupt 10 Port Select
Sourcepub fn extipsel11(&mut self) -> EXTIPSEL11_W<'_>
pub fn extipsel11(&mut self) -> EXTIPSEL11_W<'_>
Bits 12:14 - External Interrupt 11 Port Select
Sourcepub fn extipsel12(&mut self) -> EXTIPSEL12_W<'_>
pub fn extipsel12(&mut self) -> EXTIPSEL12_W<'_>
Bits 16:18 - External Interrupt 12 Port Select
Sourcepub fn extipsel13(&mut self) -> EXTIPSEL13_W<'_>
pub fn extipsel13(&mut self) -> EXTIPSEL13_W<'_>
Bits 20:22 - External Interrupt 13 Port Select
Sourcepub fn extipsel14(&mut self) -> EXTIPSEL14_W<'_>
pub fn extipsel14(&mut self) -> EXTIPSEL14_W<'_>
Bits 24:26 - External Interrupt 14 Port Select
Sourcepub fn extipsel15(&mut self) -> EXTIPSEL15_W<'_>
pub fn extipsel15(&mut self) -> EXTIPSEL15_W<'_>
Bits 28:30 - External Interrupt 15 Port Select
Methods from Deref<Target = W<EXTIPSELH_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