Struct Icscr
#[repr(transparent)]pub struct Icscr(pub u32);
Expand description
Internal clock sources calibration register.
Tuple Fields§
§0: u32
Implementations§
§impl Icscr
impl Icscr
pub fn set_hsi_trim(&mut self, val: u16)
pub fn set_hsi_trim(&mut self, val: u16)
HSI clock trimming.
pub fn set_hsi_fs(&mut self, val: HsiFs)
pub fn set_hsi_fs(&mut self, val: HsiFs)
HSI frequency selection.
pub fn set_lsi_trim(&mut self, val: u16)
pub fn set_lsi_trim(&mut self, val: u16)
LSI clock trimming.
Trait Implementations§
impl Copy for Icscr
impl Eq for Icscr
impl StructuralPartialEq for Icscr
Auto Trait Implementations§
impl Freeze for Icscr
impl RefUnwindSafe for Icscr
impl Send for Icscr
impl Sync for Icscr
impl Unpin for Icscr
impl UnwindSafe for Icscr
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