pub struct W(_);
Expand description
Register MODER
writer
Implementations
sourceimpl W
impl W
sourcepub fn moder15(&mut self) -> MODER15_W<'_, 30>
pub fn moder15(&mut self) -> MODER15_W<'_, 30>
Bits 30:31 - Port x configuration bits (y = 0..15)
sourcepub fn moder14(&mut self) -> MODER14_W<'_, 28>
pub fn moder14(&mut self) -> MODER14_W<'_, 28>
Bits 28:29 - Port x configuration bits (y = 0..15)
sourcepub fn moder13(&mut self) -> MODER13_W<'_, 26>
pub fn moder13(&mut self) -> MODER13_W<'_, 26>
Bits 26:27 - Port x configuration bits (y = 0..15)
sourcepub fn moder12(&mut self) -> MODER12_W<'_, 24>
pub fn moder12(&mut self) -> MODER12_W<'_, 24>
Bits 24:25 - Port x configuration bits (y = 0..15)
sourcepub fn moder11(&mut self) -> MODER11_W<'_, 22>
pub fn moder11(&mut self) -> MODER11_W<'_, 22>
Bits 22:23 - Port x configuration bits (y = 0..15)
sourcepub fn moder10(&mut self) -> MODER10_W<'_, 20>
pub fn moder10(&mut self) -> MODER10_W<'_, 20>
Bits 20:21 - Port x configuration bits (y = 0..15)
sourcepub fn moder9(&mut self) -> MODER9_W<'_, 18>
pub fn moder9(&mut self) -> MODER9_W<'_, 18>
Bits 18:19 - Port x configuration bits (y = 0..15)
sourcepub fn moder8(&mut self) -> MODER8_W<'_, 16>
pub fn moder8(&mut self) -> MODER8_W<'_, 16>
Bits 16:17 - Port x configuration bits (y = 0..15)
sourcepub fn moder7(&mut self) -> MODER7_W<'_, 14>
pub fn moder7(&mut self) -> MODER7_W<'_, 14>
Bits 14:15 - Port x configuration bits (y = 0..15)
sourcepub fn moder6(&mut self) -> MODER6_W<'_, 12>
pub fn moder6(&mut self) -> MODER6_W<'_, 12>
Bits 12:13 - Port x configuration bits (y = 0..15)
Methods from Deref<Target = W<MODER_SPEC>>
Trait Implementations
sourceimpl From<W<MODER_SPEC>> for W
impl From<W<MODER_SPEC>> for W
sourcefn from(writer: W<MODER_SPEC>) -> Self
fn from(writer: W<MODER_SPEC>) -> Self
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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