[]Struct stm32f407g_disc::rcc::cr::R

pub struct R { /* fields omitted */ }

Value read from the register

Methods

impl R

pub fn bits(&self) -> u32

Value of the register as raw bits

pub fn plli2srdy(&self) -> PLLI2SRDYR

Bit 27 - PLLI2S clock ready flag

pub fn plli2son(&self) -> PLLI2SONR

Bit 26 - PLLI2S enable

pub fn pllrdy(&self) -> PLLI2SRDYR

Bit 25 - Main PLL (PLL) clock ready flag

pub fn pllon(&self) -> PLLI2SONR

Bit 24 - Main PLL (PLL) enable

pub fn csson(&self) -> CSSONR

Bit 19 - Clock security system enable

pub fn hsebyp(&self) -> HSEBYPR

Bit 18 - HSE clock bypass

pub fn hserdy(&self) -> PLLI2SRDYR

Bit 17 - HSE clock ready flag

pub fn hseon(&self) -> PLLI2SONR

Bit 16 - HSE clock enable

pub fn hsical(&self) -> HSICALR

Bits 8:15 - Internal high-speed clock calibration

pub fn hsitrim(&self) -> HSITRIMR

Bits 3:7 - Internal high-speed clock trimming

pub fn hsirdy(&self) -> PLLI2SRDYR

Bit 1 - Internal high-speed clock ready flag

pub fn hsion(&self) -> PLLI2SONR

Bit 0 - Internal high-speed clock enable

Auto Trait Implementations

impl Send for R

impl Sync for R

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]