Struct stm32_metapac::rcc::regs::Plli2scfgr
#[repr(transparent)]pub struct Plli2scfgr(pub u32);
Expand description
PLLI2S configuration register
Tuple Fields§
§0: u32
Implementations§
§impl Plli2scfgr
impl Plli2scfgr
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_plli2ssrc(&mut self, val: Plli2ssrc)
pub fn set_plli2ssrc(&mut self, val: Plli2ssrc)
PLLI2S entry clock source
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 Plli2scfgr
impl Clone for Plli2scfgr
§fn clone(&self) -> Plli2scfgr
fn clone(&self) -> Plli2scfgr
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 Plli2scfgr
impl Default for Plli2scfgr
§fn default() -> Plli2scfgr
fn default() -> Plli2scfgr
Returns the “default value” for a type. Read more
§impl PartialEq for Plli2scfgr
impl PartialEq for Plli2scfgr
impl Copy for Plli2scfgr
impl Eq for Plli2scfgr
impl StructuralPartialEq for Plli2scfgr
Auto Trait Implementations§
impl Freeze for Plli2scfgr
impl RefUnwindSafe for Plli2scfgr
impl Send for Plli2scfgr
impl Sync for Plli2scfgr
impl Unpin for Plli2scfgr
impl UnwindSafe for Plli2scfgr
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
)