#[repr(u8)]pub enum MainclkselaSel {
FFRO_DIV_4 = 0,
SYSXTAL_CLK = 1,
LPOSC = 2,
FFRO_CLK = 3,
}Variants§
FFRO_DIV_4 = 0
FFRO Clock Divided by 4.
SYSXTAL_CLK = 1
SYSXTALIN Clock.
LPOSC = 2
Low Power Oscillator Clock (LPOSC).
FFRO_CLK = 3
FFRO Clock.
Implementations§
Trait Implementations§
Source§impl Clone for MainclkselaSel
impl Clone for MainclkselaSel
Source§fn clone(&self) -> MainclkselaSel
fn clone(&self) -> MainclkselaSel
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 MainclkselaSel
impl Debug for MainclkselaSel
Source§impl From<MainclkselaSel> for u8
impl From<MainclkselaSel> for u8
Source§fn from(val: MainclkselaSel) -> u8
fn from(val: MainclkselaSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for MainclkselaSel
impl From<u8> for MainclkselaSel
Source§fn from(val: u8) -> MainclkselaSel
fn from(val: u8) -> MainclkselaSel
Converts to this type from the input type.
Source§impl Ord for MainclkselaSel
impl Ord for MainclkselaSel
Source§fn cmp(&self, other: &MainclkselaSel) -> Ordering
fn cmp(&self, other: &MainclkselaSel) -> 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 MainclkselaSel
impl PartialEq for MainclkselaSel
Source§impl PartialOrd for MainclkselaSel
impl PartialOrd for MainclkselaSel
impl Copy for MainclkselaSel
impl Eq for MainclkselaSel
impl StructuralPartialEq for MainclkselaSel
Auto Trait Implementations§
impl Freeze for MainclkselaSel
impl RefUnwindSafe for MainclkselaSel
impl Send for MainclkselaSel
impl Sync for MainclkselaSel
impl Unpin for MainclkselaSel
impl UnwindSafe for MainclkselaSel
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