[][src]Struct stm32f4xx_hal::stm32::rcc::dckcfgr::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 W[src]

Writes raw bits to the register

pub fn plli2sdivq(&mut self) -> _PLLI2SDIVQW[src]

Bits 0:4 - PLLI2S division factor for SAI1 clock

pub fn pllsaidivq(&mut self) -> _PLLSAIDIVQW[src]

Bits 8:12 - PLLSAI division factor for SAI1 clock

pub fn pllsaidivr(&mut self) -> _PLLSAIDIVRW[src]

Bits 16:17 - division factor for LCD_CLK

pub fn sai1asrc(&mut self) -> _SAI1ASRCW[src]

Bits 20:21 - SAI1-A clock source selection

pub fn sai1bsrc(&mut self) -> _SAI1BSRCW[src]

Bits 22:23 - SAI1-B clock source selection

pub fn timpre(&mut self) -> _TIMPREW[src]

Bit 24 - Timers clocks prescalers selection

Auto Trait Implementations

impl Send for W

impl Sync for W

Blanket Implementations

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

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

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

impl<T> Same for T

type Output = T

Should always be Self