[][src]Struct stm32f4xx_hal::stm32::rcc::dckcfgr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R[src]

pub fn bits(&self) -> u32[src]

Value of the register as raw bits

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

Bits 0:4 - PLLI2S division factor for SAI1 clock

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

Bits 8:12 - PLLSAI division factor for SAI1 clock

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

Bits 16:17 - division factor for LCD_CLK

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

Bits 20:21 - SAI1-A clock source selection

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

Bits 22:23 - SAI1-B clock source selection

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

Bit 24 - Timers clocks prescalers selection

Auto Trait Implementations

impl Send for R

impl Sync for R

Blanket Implementations

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> From for T[src]

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