Struct stm32_metapac::rcc::regs::D2cfgr
#[repr(transparent)]pub struct D2cfgr(pub u32);
Expand description
RCC Domain 2 Clock Configuration Register
Tuple Fields§
§0: u32
Implementations§
§impl D2cfgr
impl D2cfgr
pub fn set_d2ppre1(&mut self, val: Ppre)
pub fn set_d2ppre1(&mut self, val: Ppre)
D2 domain APB1 prescaler
pub fn set_d2ppre2(&mut self, val: Ppre)
pub fn set_d2ppre2(&mut self, val: Ppre)
D2 domain APB2 prescaler
Trait Implementations§
impl Copy for D2cfgr
impl Eq for D2cfgr
impl StructuralPartialEq for D2cfgr
Auto Trait Implementations§
impl Freeze for D2cfgr
impl RefUnwindSafe for D2cfgr
impl Send for D2cfgr
impl Sync for D2cfgr
impl Unpin for D2cfgr
impl UnwindSafe for D2cfgr
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
)