Struct stm32_metapac::rcc::regs::Crrcr
#[repr(transparent)]pub struct Crrcr(pub u32);
Expand description
Clock recovery RC register
Tuple Fields§
§0: u32
Implementations§
§impl Crrcr
impl Crrcr
pub fn set_hsi48on(&mut self, val: bool)
pub fn set_hsi48on(&mut self, val: bool)
HSI48 clock enable
pub fn set_hsi48rdy(&mut self, val: bool)
pub fn set_hsi48rdy(&mut self, val: bool)
HSI48 clock ready flag
pub fn set_hsi48cal(&mut self, val: u16)
pub fn set_hsi48cal(&mut self, val: u16)
HSI48 clock calibration
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
)