Struct gd32f1::gd32f190::gpiob::ctl::W[][src]

pub struct W(_);

Register CTL writer

Implementations

impl W[src]

pub fn ctl15(&mut self) -> CTL15_W<'_>[src]

Bits 30:31 - Pin 15 configuration bits

pub fn ctl14(&mut self) -> CTL14_W<'_>[src]

Bits 28:29 - Pin 14 configuration bits

pub fn ctl13(&mut self) -> CTL13_W<'_>[src]

Bits 26:27 - Pin 13 configuration bits

pub fn ctl12(&mut self) -> CTL12_W<'_>[src]

Bits 24:25 - Pin 12 configuration bits

pub fn ctl11(&mut self) -> CTL11_W<'_>[src]

Bits 22:23 - Pin 11 configuration bits

pub fn ctl10(&mut self) -> CTL10_W<'_>[src]

Bits 20:21 - Pin 10 configuration bits

pub fn ctl9(&mut self) -> CTL9_W<'_>[src]

Bits 18:19 - Pin 9 configuration bits

pub fn ctl8(&mut self) -> CTL8_W<'_>[src]

Bits 16:17 - Pin 8 configuration bits

pub fn ctl7(&mut self) -> CTL7_W<'_>[src]

Bits 14:15 - Pin 7 configuration bits

pub fn ctl6(&mut self) -> CTL6_W<'_>[src]

Bits 12:13 - Pin 6 configuration bits

pub fn ctl5(&mut self) -> CTL5_W<'_>[src]

Bits 10:11 - Pin 5 configuration bits

pub fn ctl4(&mut self) -> CTL4_W<'_>[src]

Bits 8:9 - Pin 4 configuration bits

pub fn ctl3(&mut self) -> CTL3_W<'_>[src]

Bits 6:7 - Pin 3 configuration bits

pub fn ctl2(&mut self) -> CTL2_W<'_>[src]

Bits 4:5 - Pin 2 configuration bits

pub fn ctl1(&mut self) -> CTL1_W<'_>[src]

Bits 2:3 - Pin 1 configuration bits

pub fn ctl0(&mut self) -> CTL0_W<'_>[src]

Bits 0:1 - Pin 0 configuration bits

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self[src]

Writes raw bits to the register.

Methods from Deref<Target = W<CTL_SPEC>>

pub unsafe fn bits(&mut self, bits: REG::Ux) -> &mut Self[src]

Writes raw bits to the register.

Trait Implementations

impl Deref for W[src]

type Target = W<CTL_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<CTL_SPEC>> for W[src]

Auto Trait Implementations

impl Send for W

impl Sync for W

impl Unpin for W

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.