pub struct R(/* private fields */);
Expand description
Register PLLCFGR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn pllsrc(&self) -> BitReaderRaw<PLLSRC_A>
pub fn pllsrc(&self) -> BitReaderRaw<PLLSRC_A>
Bit 22 - Main PLL(PLL) and audio PLL (PLLI2S) entry clock source
Sourcepub fn pllm(&self) -> FieldReaderRaw<u8, u8>
pub fn pllm(&self) -> FieldReaderRaw<u8, u8>
Bits 0:5 - Division factor for the main PLL (PLL) and audio PLL (PLLI2S) input clock
Sourcepub fn plln(&self) -> FieldReaderRaw<u16, u16>
pub fn plln(&self) -> FieldReaderRaw<u16, u16>
Bits 6:14 - Main PLL (PLL) multiplication factor for VCO
Methods from Deref<Target = R<PLLCFGR_SPEC>>§
Sourcepub fn bits(&self) -> <REG as RegisterSpec>::Ux
pub fn bits(&self) -> <REG as RegisterSpec>::Ux
Reads raw bits from register.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for R
impl RefUnwindSafe for R
impl Send for R
impl Sync for R
impl Unpin for R
impl UnwindSafe for R
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