pub struct R(/* private fields */);
Expand description
Register CR2
reader
Implementations§
Source§impl R
impl R
Sourcepub fn hsi14rdy(&self) -> HSI14RDY_R
pub fn hsi14rdy(&self) -> HSI14RDY_R
Bit 1 - HR14 clock ready flag
Sourcepub fn hsi14dis(&self) -> HSI14DIS_R
pub fn hsi14dis(&self) -> HSI14DIS_R
Bit 2 - HSI14 clock request from ADC disable
Sourcepub fn hsi14trim(&self) -> HSI14TRIM_R
pub fn hsi14trim(&self) -> HSI14TRIM_R
Bits 3:7 - HSI14 clock trimming
Sourcepub fn hsi14cal(&self) -> HSI14CAL_R
pub fn hsi14cal(&self) -> HSI14CAL_R
Bits 8:15 - HSI14 clock calibration
Sourcepub fn hsi48rdy(&self) -> HSI48RDY_R
pub fn hsi48rdy(&self) -> HSI48RDY_R
Bit 17 - HSI48 clock ready flag
Sourcepub fn hsi48cal(&self) -> HSI48CAL_R
pub fn hsi48cal(&self) -> HSI48CAL_R
Bits 24:31 - HSI48 factory clock calibration
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more