Struct stm32_metapac::rcc::regs::Ecscr1
#[repr(transparent)]pub struct Ecscr1(pub u32);
Expand description
RCC external clock sources calibration register 1
Tuple Fields§
§0: u32
Implementations§
§impl Ecscr1
impl Ecscr1
pub const fn hsetrim(&self) -> u8
pub const fn hsetrim(&self) -> u8
HSE clock trimming These bits provide user-programmable capacitor trimming value. It can be programmed to adjust the HSE oscillator frequency.
pub fn set_hsetrim(&mut self, val: u8)
pub fn set_hsetrim(&mut self, val: u8)
HSE clock trimming These bits provide user-programmable capacitor trimming value. It can be programmed to adjust the HSE oscillator frequency.
Trait Implementations§
impl Copy for Ecscr1
impl Eq for Ecscr1
impl StructuralPartialEq for Ecscr1
Auto Trait Implementations§
impl Freeze for Ecscr1
impl RefUnwindSafe for Ecscr1
impl Send for Ecscr1
impl Sync for Ecscr1
impl Unpin for Ecscr1
impl UnwindSafe for Ecscr1
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
)