Struct Icscr
#[repr(transparent)]pub struct Icscr(pub u32);Expand description
RCC Internal Clock Source Calibration Register
Tuple Fields§
§0: u32Implementations§
§impl Icscr
impl Icscr
pub const fn set_hsical(&mut self, val: u16)
pub const fn set_hsical(&mut self, val: u16)
HSI clock calibration
pub const fn set_hsitrim(&mut self, val: u8)
pub const fn set_hsitrim(&mut self, val: u8)
HSI clock trimming
pub const fn set_csical(&mut self, val: u8)
pub const fn set_csical(&mut self, val: u8)
CSI clock calibration
pub const fn set_csitrim(&mut self, val: u8)
pub const fn set_csitrim(&mut self, val: u8)
CSI 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