Struct stm32_metapac::rcc::regs::Pllsaicfgr
#[repr(transparent)]pub struct Pllsaicfgr(pub u32);
Expand description
PLL configuration register
Tuple Fields§
§0: u32
Implementations§
§impl Pllsaicfgr
impl Pllsaicfgr
pub const fn pllm(&self) -> Pllm
pub const fn pllm(&self) -> Pllm
Division factor for the main PLL (PLL) and audio PLL (PLLI2S) input clock
pub fn set_pllm(&mut self, val: Pllm)
pub fn set_pllm(&mut self, val: Pllm)
Division factor for the main PLL (PLL) and audio PLL (PLLI2S) input clock
pub fn set_pllsrc(&mut self, val: Pllsrc)
pub fn set_pllsrc(&mut self, val: Pllsrc)
Main PLL(PLL) and audio PLL (PLLI2S) entry clock source
pub const fn pllq(&self) -> Pllq
pub const fn pllq(&self) -> Pllq
Main PLL (PLL) division factor for USB OTG FS, SDIO and random number generator clocks
Trait Implementations§
§impl Clone for Pllsaicfgr
impl Clone for Pllsaicfgr
§fn clone(&self) -> Pllsaicfgr
fn clone(&self) -> Pllsaicfgr
Returns a copy 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 more§impl Default for Pllsaicfgr
impl Default for Pllsaicfgr
§fn default() -> Pllsaicfgr
fn default() -> Pllsaicfgr
Returns the “default value” for a type. Read more
§impl PartialEq for Pllsaicfgr
impl PartialEq for Pllsaicfgr
impl Copy for Pllsaicfgr
impl Eq for Pllsaicfgr
impl StructuralPartialEq for Pllsaicfgr
Auto Trait Implementations§
impl Freeze for Pllsaicfgr
impl RefUnwindSafe for Pllsaicfgr
impl Send for Pllsaicfgr
impl Sync for Pllsaicfgr
impl Unpin for Pllsaicfgr
impl UnwindSafe for Pllsaicfgr
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
)