pub enum PLLXTPRE {
Div1 = 0,
Div2 = 1,
}Expand description
HSE divider for PLL entry
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for PLLXTPRE
impl Eq for PLLXTPRE
impl StructuralPartialEq for PLLXTPRE
Auto Trait Implementations§
impl Freeze for PLLXTPRE
impl RefUnwindSafe for PLLXTPRE
impl Send for PLLXTPRE
impl Sync for PLLXTPRE
impl Unpin for PLLXTPRE
impl UnwindSafe for PLLXTPRE
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