Struct Icscr3
#[repr(transparent)]pub struct Icscr3(pub u32);Expand description
RCC internal clock source calibration register 3.
Tuple Fields§
§0: u32Implementations§
§impl Icscr3
impl Icscr3
pub fn set_hsical(&mut self, val: u16)
pub fn set_hsical(&mut self, val: u16)
HSI clock calibration.
pub fn set_hsitrim(&mut self, val: u8)
pub fn set_hsitrim(&mut self, val: u8)
HSI clock trimming.
Trait Implementations§
impl Copy for Icscr3
impl Eq for Icscr3
impl StructuralPartialEq for Icscr3
Auto Trait Implementations§
impl Freeze for Icscr3
impl RefUnwindSafe for Icscr3
impl Send for Icscr3
impl Sync for Icscr3
impl Unpin for Icscr3
impl UnwindSafe for Icscr3
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