Struct stm32_metapac::rcc::regs::Cfgr
#[repr(transparent)]pub struct Cfgr(pub u32);
Expand description
Clock configuration register (RCC_CFGR)
Tuple Fields§
§0: u32
Implementations§
§impl Cfgr
impl Cfgr
pub fn set_adcpre(&mut self, val: bool)
pub fn set_adcpre(&mut self, val: bool)
APCPRE is deprecated. See ADC field in CFGR2 register.
pub fn set_pllsrc(&mut self, val: Pllsrc)
pub fn set_pllsrc(&mut self, val: Pllsrc)
PLL input clock source
pub const fn pllxtpre(&self) -> Pllxtpre
pub const fn pllxtpre(&self) -> Pllxtpre
HSE divider for PLL entry. Same bit as PREDIV[0] from CFGR2 register. Refer to it for its meaning
pub fn set_pllxtpre(&mut self, val: Pllxtpre)
pub fn set_pllxtpre(&mut self, val: Pllxtpre)
HSE divider for PLL entry. Same bit as PREDIV[0] from CFGR2 register. Refer to it for its meaning
pub fn set_pllmul(&mut self, val: Pllmul)
pub fn set_pllmul(&mut self, val: Pllmul)
PLL Multiplication Factor
pub fn set_mcosel(&mut self, val: Mcosel)
pub fn set_mcosel(&mut self, val: Mcosel)
Microcontroller clock output
pub fn set_mcopre(&mut self, val: Mcopre)
pub fn set_mcopre(&mut self, val: Mcopre)
Microcontroller Clock Output Prescaler
pub fn set_pllmcodiv(&mut self, val: Pllmcodiv)
pub fn set_pllmcodiv(&mut self, val: Pllmcodiv)
PLL clock not divided for MCO
Trait Implementations§
impl Copy for Cfgr
impl Eq for Cfgr
impl StructuralPartialEq for Cfgr
Auto Trait Implementations§
impl Freeze for Cfgr
impl RefUnwindSafe for Cfgr
impl Send for Cfgr
impl Sync for Cfgr
impl Unpin for Cfgr
impl UnwindSafe for Cfgr
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
)