pub struct R(/* private fields */);
Expand description
Register CFGR
reader
Implementations§
Source§impl R
impl R
Sourcepub fn adcpre(&self) -> ADCPRE_R
pub fn adcpre(&self) -> ADCPRE_R
Bit 14 - ADCPRE is deprecated. See ADC field in CFGR2 register.
Sourcepub fn pllxtpre(&self) -> PLLXTPRE_R
pub fn pllxtpre(&self) -> PLLXTPRE_R
Bit 17 - HSE divider for PLL entry. Same bit as PREDIC[0] from CFGR2 register. Refer to it for its meaning
Sourcepub fn pllnodiv(&self) -> PLLNODIV_R
pub fn pllnodiv(&self) -> PLLNODIV_R
Bit 31 - PLL clock not divided for MCO
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