#[repr(u8)]pub enum Xo32mAdcClkMode {
DISABLE = 0,
XO_ADC_ENABLE = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
}Variants§
DISABLE = 0
High speed Crystal oscillator output to ADC is disabled.
XO_ADC_ENABLE = 1
High speed Crystal oscillator output to ADC is enable.
_RESERVED_2 = 2
_RESERVED_3 = 3
Implementations§
Trait Implementations§
Source§impl Clone for Xo32mAdcClkMode
impl Clone for Xo32mAdcClkMode
Source§fn clone(&self) -> Xo32mAdcClkMode
fn clone(&self) -> Xo32mAdcClkMode
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 Xo32mAdcClkMode
impl Debug for Xo32mAdcClkMode
Source§impl From<Xo32mAdcClkMode> for u8
impl From<Xo32mAdcClkMode> for u8
Source§fn from(val: Xo32mAdcClkMode) -> u8
fn from(val: Xo32mAdcClkMode) -> u8
Converts to this type from the input type.
Source§impl From<u8> for Xo32mAdcClkMode
impl From<u8> for Xo32mAdcClkMode
Source§fn from(val: u8) -> Xo32mAdcClkMode
fn from(val: u8) -> Xo32mAdcClkMode
Converts to this type from the input type.
Source§impl Ord for Xo32mAdcClkMode
impl Ord for Xo32mAdcClkMode
Source§fn cmp(&self, other: &Xo32mAdcClkMode) -> Ordering
fn cmp(&self, other: &Xo32mAdcClkMode) -> 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 Xo32mAdcClkMode
impl PartialEq for Xo32mAdcClkMode
Source§impl PartialOrd for Xo32mAdcClkMode
impl PartialOrd for Xo32mAdcClkMode
impl Copy for Xo32mAdcClkMode
impl Eq for Xo32mAdcClkMode
impl StructuralPartialEq for Xo32mAdcClkMode
Auto Trait Implementations§
impl Freeze for Xo32mAdcClkMode
impl RefUnwindSafe for Xo32mAdcClkMode
impl Send for Xo32mAdcClkMode
impl Sync for Xo32mAdcClkMode
impl Unpin for Xo32mAdcClkMode
impl UnwindSafe for Xo32mAdcClkMode
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