Struct Cfgr4
#[repr(transparent)]pub struct Cfgr4(pub u32);Expand description
RCC clock configuration register 4.
Tuple Fields§
§0: u32Implementations§
§impl Cfgr4
impl Cfgr4
pub fn set_boostsel(&mut self, val: Boostsel)
pub fn set_boostsel(&mut self, val: Boostsel)
EPOD booster input clock source selection.
pub fn set_boostdiv(&mut self, val: Boostdiv)
pub fn set_boostdiv(&mut self, val: Boostdiv)
EPOD booster input clock prescaler.
Trait Implementations§
impl Copy for Cfgr4
impl Eq for Cfgr4
impl StructuralPartialEq for Cfgr4
Auto Trait Implementations§
impl Freeze for Cfgr4
impl RefUnwindSafe for Cfgr4
impl Send for Cfgr4
impl Sync for Cfgr4
impl Unpin for Cfgr4
impl UnwindSafe for Cfgr4
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