pub struct R(_);
Expand description
Register PLLCFGR
reader
Implementations
sourceimpl 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
sourceimpl From<R<PLLCFGR_SPEC>> for R
impl From<R<PLLCFGR_SPEC>> for R
sourcefn from(reader: R<PLLCFGR_SPEC>) -> R
fn from(reader: R<PLLCFGR_SPEC>) -> R
Converts to this type from the input type.
Auto Trait Implementations
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more