pub struct CRRCR { /* private fields */ }Expand description
Clock recovery RC register
Implementations§
Source§impl CRRCR
impl CRRCR
Sourcepub fn is_hsi48_on(&mut self) -> bool
pub fn is_hsi48_on(&mut self) -> bool
Checks if the 48 MHz HSI is enabled
Sourcepub fn is_hsi48_ready(&mut self) -> bool
pub fn is_hsi48_ready(&mut self) -> bool
Checks if the 48 MHz HSI is ready
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