Struct stm32_metapac::rcc::regs::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_hsical(&mut self, val: u8)
pub fn set_hsical(&mut self, val: u8)
nternal high speed clock calibration
pub fn set_hsitrim(&mut self, val: u8)
pub fn set_hsitrim(&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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)