[][src]Struct gd32vf103_pac::rcu::cfg1::W

pub struct W { /* fields omitted */ }

Value to write to the register

Methods

impl W[src]

pub fn reset_value() -> W[src]

Reset value of the register

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

Writes raw bits to the register

pub fn predv0(&mut self) -> _PREDV0W[src]

Bits 0:3 - PREDV0 division factor

pub fn predv1(&mut self) -> _PREDV1W[src]

Bits 4:7 - PREDV1 division factor

pub fn pll1mf(&mut self) -> _PLL1MFW[src]

Bits 8:11 - The PLL1 clock multiplication factor

pub fn pll2mf(&mut self) -> _PLL2MFW[src]

Bits 12:15 - The PLL2 clock multiplication factor

pub fn predv0sel(&mut self) -> _PREDV0SELW[src]

Bit 16 - PREDV0 input Clock Source Selection

pub fn i2s1sel(&mut self) -> _I2S1SELW[src]

Bit 17 - I2S1 Clock Source Selection

pub fn i2s2sel(&mut self) -> _I2S2SELW[src]

Bit 18 - I2S2 Clock Source Selection

Auto Trait Implementations

impl Unpin for W

impl Sync for W

impl Send for W

Blanket Implementations

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> Into<U> for T where
    U: From<T>, 
[src]

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

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.

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

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

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