[][src]Struct stm32h7::stm32h743::rcc::cr::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 hsion(&self) -> HSIONR[src]

Bit 0 - Internal high-speed clock enable

pub fn hsikeron(&self) -> HSIKERONR[src]

Bit 1 - High Speed Internal clock enable in Stop mode

pub fn hsirdy(&self) -> HSIRDYR[src]

Bit 2 - HSI clock ready flag

pub fn hsidiv(&self) -> HSIDIVR[src]

Bits 3:4 - HSI clock divider

pub fn hsidivf(&self) -> HSIDIVFR[src]

Bit 5 - HSI divider flag

pub fn csion(&self) -> CSIONR[src]

Bit 7 - CSI clock enable

pub fn csirdy(&self) -> CSIRDYR[src]

Bit 8 - CSI clock ready flag

pub fn csikeron(&self) -> CSIKERONR[src]

Bit 9 - CSI clock enable in Stop mode

pub fn hsi48on(&self) -> HSI48ONR[src]

Bit 12 - RC48 clock enable

pub fn hsi48rdy(&self) -> HSI48RDYR[src]

Bit 13 - RC48 clock ready flag

pub fn d1ckrdy(&self) -> D1CKRDYR[src]

Bit 14 - D1 domain clocks ready flag

pub fn d2ckrdy(&self) -> D2CKRDYR[src]

Bit 15 - D2 domain clocks ready flag

pub fn hseon(&self) -> HSEONR[src]

Bit 16 - HSE clock enable

pub fn hserdy(&self) -> HSERDYR[src]

Bit 17 - HSE clock ready flag

pub fn hsebyp(&self) -> HSEBYPR[src]

Bit 18 - HSE clock bypass

pub fn hsecsson(&self) -> HSECSSONR[src]

Bit 19 - HSE Clock Security System enable

pub fn pll1on(&self) -> PLL1ONR[src]

Bit 24 - PLL1 enable

pub fn pll1rdy(&self) -> PLL1RDYR[src]

Bit 25 - PLL1 clock ready flag

pub fn pll2on(&self) -> PLL2ONR[src]

Bit 26 - PLL2 enable

pub fn pll2rdy(&self) -> PLL2RDYR[src]

Bit 27 - PLL2 clock ready flag

pub fn pll3on(&self) -> PLL3ONR[src]

Bit 28 - PLL3 enable

pub fn pll3rdy(&self) -> PLL3RDYR[src]

Bit 29 - PLL3 clock ready flag

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