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_hsi16cal(&mut self, val: u8)
pub fn set_hsi16cal(&mut self, val: u8)
nternal high speed clock calibration
pub fn set_hsi16trim(&mut self, val: u8)
pub fn set_hsi16trim(&mut self, val: u8)
High speed internal clock trimming
pub fn set_msirange(&mut self, val: Msirange)
pub fn set_msirange(&mut self, val: Msirange)
MSI clock ranges
pub fn set_msical(&mut self, val: u8)
pub fn set_msical(&mut self, val: u8)
MSI clock calibration
pub fn set_msitrim(&mut self, val: u8)
pub fn set_msitrim(&mut self, val: u8)
MSI 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