pub enum PREDIV1SRC {
Hse = 0,
Pll2 = 1,
}Expand description
PREDIV1 entry clock source
Value on reset: 0
Variants§
Hse = 0
0: HSE oscillator clock selected as PREDIV1 clock entry
Pll2 = 1
1: PLL2 selected as PREDIV1 clock entry
Trait Implementations§
Source§impl Clone for PREDIV1SRC
impl Clone for PREDIV1SRC
Source§fn clone(&self) -> PREDIV1SRC
fn clone(&self) -> PREDIV1SRC
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PREDIV1SRC
impl Debug for PREDIV1SRC
Source§impl Format for PREDIV1SRC
impl Format for PREDIV1SRC
Source§impl From<PREDIV1SRC> for bool
impl From<PREDIV1SRC> for bool
Source§fn from(variant: PREDIV1SRC) -> Self
fn from(variant: PREDIV1SRC) -> Self
Converts to this type from the input type.
Source§impl PartialEq for PREDIV1SRC
impl PartialEq for PREDIV1SRC
impl Copy for PREDIV1SRC
impl Eq for PREDIV1SRC
impl StructuralPartialEq for PREDIV1SRC
Auto Trait Implementations§
impl Freeze for PREDIV1SRC
impl RefUnwindSafe for PREDIV1SRC
impl Send for PREDIV1SRC
impl Sync for PREDIV1SRC
impl Unpin for PREDIV1SRC
impl UnwindSafe for PREDIV1SRC
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