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