Struct stm32_metapac::rcc::regs::Crrcr
#[repr(transparent)]pub struct Crrcr(pub u32);
Expand description
RCC clock recovery RC register
Tuple Fields§
§0: u32
Implementations§
§impl Crrcr
impl Crrcr
pub const fn hsi48cal(&self) -> u16
pub const fn hsi48cal(&self) -> u16
HSI48 clock calibration These bits are initialized at startup with the factory-programmed HSI48 calibration trim value.
pub fn set_hsi48cal(&mut self, val: u16)
pub fn set_hsi48cal(&mut self, val: u16)
HSI48 clock calibration These bits are initialized at startup with the factory-programmed HSI48 calibration trim value.
Trait Implementations§
impl Copy for Crrcr
impl Eq for Crrcr
impl StructuralPartialEq for Crrcr
Auto Trait Implementations§
impl Freeze for Crrcr
impl RefUnwindSafe for Crrcr
impl Send for Crrcr
impl Sync for Crrcr
impl Unpin for Crrcr
impl UnwindSafe for Crrcr
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)