#[repr(u8)]pub enum SysoscbypassSel {
EXT_XTAL_CLK = 0,
CLOCK_IN_CLK = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
NONE = 7,
}Variants§
EXT_XTAL_CLK = 0
External XTAL Clock.
CLOCK_IN_CLK = 1
Clock IN Clock.
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
NONE = 7
NONE.this may be selected in order to reduce power when no output is needed.
Implementations§
Trait Implementations§
Source§impl Clone for SysoscbypassSel
impl Clone for SysoscbypassSel
Source§fn clone(&self) -> SysoscbypassSel
fn clone(&self) -> SysoscbypassSel
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 SysoscbypassSel
impl Debug for SysoscbypassSel
Source§impl From<SysoscbypassSel> for u8
impl From<SysoscbypassSel> for u8
Source§fn from(val: SysoscbypassSel) -> u8
fn from(val: SysoscbypassSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for SysoscbypassSel
impl From<u8> for SysoscbypassSel
Source§fn from(val: u8) -> SysoscbypassSel
fn from(val: u8) -> SysoscbypassSel
Converts to this type from the input type.
Source§impl Ord for SysoscbypassSel
impl Ord for SysoscbypassSel
Source§fn cmp(&self, other: &SysoscbypassSel) -> Ordering
fn cmp(&self, other: &SysoscbypassSel) -> 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 SysoscbypassSel
impl PartialEq for SysoscbypassSel
Source§impl PartialOrd for SysoscbypassSel
impl PartialOrd for SysoscbypassSel
impl Copy for SysoscbypassSel
impl Eq for SysoscbypassSel
impl StructuralPartialEq for SysoscbypassSel
Auto Trait Implementations§
impl Freeze for SysoscbypassSel
impl RefUnwindSafe for SysoscbypassSel
impl Send for SysoscbypassSel
impl Sync for SysoscbypassSel
impl Unpin for SysoscbypassSel
impl UnwindSafe for SysoscbypassSel
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