[][src]Struct stm32h7::stm32h743v::rcc::cfgr::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 sw(&self) -> SWR[src]

Bits 0:2 - System clock switch

pub fn sws(&self) -> SWSR[src]

Bits 3:5 - System clock switch status

pub fn stopwuck(&self) -> STOPWUCKR[src]

Bit 6 - System clock selection after a wake up from system Stop

pub fn stopkerwuck(&self) -> STOPKERWUCKR[src]

Bit 7 - Kernel clock selection after a wake up from system Stop

pub fn rtcpre(&self) -> RTCPRER[src]

Bits 8:13 - HSE division factor for RTC clock

pub fn hrtimsel(&self) -> HRTIMSELR[src]

Bit 14 - High Resolution Timer clock prescaler selection

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

Bit 15 - Timers clocks prescaler selection

pub fn mco1pre(&self) -> MCO1PRER[src]

Bits 18:21 - MCO1 prescaler

pub fn mco1(&self) -> MCO1R[src]

Bits 22:24 - Micro-controller clock output 1

pub fn mco2pre(&self) -> MCO2PRER[src]

Bits 25:28 - MCO2 prescaler

pub fn mco2(&self) -> MCO2R[src]

Bits 29:31 - Micro-controller clock output 2

Auto Trait Implementations

impl Unpin for R

impl Sync for R

impl Send for R

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]

impl<T> Same<T> for T

type Output = T

Should always be Self