[]Struct stm32f072b_disco::stm32::rcc::cr2::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 hsi14on(&self) -> HSI14ONR

Bit 0 - HSI14 clock enable

pub fn hsi14rdy(&self) -> HSI14RDYR

Bit 1 - HR14 clock ready flag

pub fn hsi14dis(&self) -> HSI14DISR

Bit 2 - HSI14 clock request from ADC disable

pub fn hsi14trim(&self) -> HSI14TRIMR

Bits 3:7 - HSI14 clock trimming

pub fn hsi14cal(&self) -> HSI14CALR

Bits 8:15 - HSI14 clock calibration

pub fn hsi48on(&self) -> HSI48ONR

Bit 16 - HSI48 clock enable

pub fn hsi48rdy(&self) -> HSI48RDYR

Bit 17 - HSI48 clock ready flag

pub fn hsi48cal(&self) -> HSI48CALR

Bits 24:31 - HSI48 factory clock calibration

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]

impl<T> Same for T

type Output = T

Should always be Self