Struct gd32f1::gd32f130::gpioc::ospd::W[][src]

pub struct W(_);

Register OSPD writer

Implementations

impl W[src]

pub fn ospd15(&mut self) -> OSPD15_W<'_>[src]

Bits 30:31 - Pin 15 output max speed bits

pub fn ospd14(&mut self) -> OSPD14_W<'_>[src]

Bits 28:29 - Pin 14 output max speed bits

pub fn ospd13(&mut self) -> OSPD13_W<'_>[src]

Bits 26:27 - Pin 13 output max speed bits

pub fn ospd12(&mut self) -> OSPD12_W<'_>[src]

Bits 24:25 - Pin 12 output max speed bits

pub fn ospd11(&mut self) -> OSPD11_W<'_>[src]

Bits 22:23 - Pin 11 output max speed bits

pub fn ospd10(&mut self) -> OSPD10_W<'_>[src]

Bits 20:21 - Pin 10 output max speed bits

pub fn ospd9(&mut self) -> OSPD9_W<'_>[src]

Bits 18:19 - Pin 9 output max speed bits

pub fn ospd8(&mut self) -> OSPD8_W<'_>[src]

Bits 16:17 - Pin 8 output max speed bits

pub fn ospd7(&mut self) -> OSPD7_W<'_>[src]

Bits 14:15 - Pin 7 output max speed bits

pub fn ospd6(&mut self) -> OSPD6_W<'_>[src]

Bits 12:13 - Pin 6 output max speed bits

pub fn ospd5(&mut self) -> OSPD5_W<'_>[src]

Bits 10:11 - Pin 5 output max speed bits

pub fn ospd4(&mut self) -> OSPD4_W<'_>[src]

Bits 8:9 - Pin 4 output max speed bits

pub fn ospd3(&mut self) -> OSPD3_W<'_>[src]

Bits 6:7 - Pin 3 output max speed bits

pub fn ospd2(&mut self) -> OSPD2_W<'_>[src]

Bits 4:5 - Pin 2 output max speed bits

pub fn ospd1(&mut self) -> OSPD1_W<'_>[src]

Bits 2:3 - Pin 1 output max speed bits

pub fn ospd0(&mut self) -> OSPD0_W<'_>[src]

Bits 0:1 - Pin 0 output max speed bits

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

Writes raw bits to the register.

Methods from Deref<Target = W<OSPD_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<OSPD_SPEC>

The resulting type after dereferencing.

impl DerefMut for W[src]

impl From<W<OSPD_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.