#[repr(u8)]pub enum Prediv1src {
HSE = 0,
PLL2 = 1,
}
Variants§
HSE = 0
HSE oscillator clock selected as PREDIV1 clock entry
PLL2 = 1
PLL2 selected as PREDIV1 clock entry
Implementations§
Source§impl Prediv1src
impl Prediv1src
Trait Implementations§
Source§impl Clone for Prediv1src
impl Clone for Prediv1src
Source§fn clone(&self) -> Prediv1src
fn clone(&self) -> Prediv1src
Returns a copy 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 From<u8> for Prediv1src
impl From<u8> for Prediv1src
Source§fn from(val: u8) -> Prediv1src
fn from(val: u8) -> Prediv1src
Converts to this type from the input type.
Source§impl Ord for Prediv1src
impl Ord for Prediv1src
Source§fn cmp(&self, other: &Prediv1src) -> Ordering
fn cmp(&self, other: &Prediv1src) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for Prediv1src
impl PartialEq for Prediv1src
Source§impl PartialOrd for Prediv1src
impl PartialOrd 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