#[repr(C)]pub struct PLL_TypeDef {}
Fields§
§SOFT_RESET: u32
< Offset: 0x0
PLL_CTRL: u32
< Offset: 0x4
PLL_REF_FB: u32
< Offset: 0x8
PLL_FRACN: u32
< Offset: 0xc
PLL_DIV_0_1: u32
< Offset: 0x10
PLL_DIV_2_3: u32
< Offset: 0x14
PLL_CTRL2: u32
< Offset: 0x18
PLL_CAL: u32
< Offset: 0x1c
PLL_PHADJ: u32
< Offset: 0x20
SSCG_REG_0: u32
< Offset: 0x24
SSCG_REG_1: u32
< Offset: 0x28
SSCG_REG_2: u32
< Offset: 0x2c
SSCG_REG_3: u32
< Offset: 0x30
Trait Implementations§
Source§impl Clone for PLL_TypeDef
impl Clone for PLL_TypeDef
Source§fn clone(&self) -> PLL_TypeDef
fn clone(&self) -> PLL_TypeDef
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for PLL_TypeDef
impl Debug for PLL_TypeDef
impl Copy for PLL_TypeDef
Auto Trait Implementations§
impl Freeze for PLL_TypeDef
impl RefUnwindSafe for PLL_TypeDef
impl Send for PLL_TypeDef
impl Sync for PLL_TypeDef
impl Unpin for PLL_TypeDef
impl UnwindSafe for PLL_TypeDef
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