Struct Hsicfgr
#[repr(transparent)]pub struct Hsicfgr(pub u32);Expand description
RCC HSI configuration register
Tuple Fields§
§0: u32Implementations§
§impl Hsicfgr
impl Hsicfgr
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
Trait Implementations§
impl Copy for Hsicfgr
impl Eq for Hsicfgr
impl StructuralPartialEq for Hsicfgr
Auto Trait Implementations§
impl Freeze for Hsicfgr
impl RefUnwindSafe for Hsicfgr
impl Send for Hsicfgr
impl Sync for Hsicfgr
impl Unpin for Hsicfgr
impl UnwindSafe for Hsicfgr
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