#[repr(u8)]pub enum XtalCapSel {
Show 16 variants
SEL0 = 0,
SEL2 = 1,
SEL4 = 2,
SEL6 = 3,
SEL8 = 4,
SEL10 = 5,
SEL12 = 6,
SEL14 = 7,
SEL16 = 8,
SEL18 = 9,
SEL20 = 10,
SEL22 = 11,
SEL24 = 12,
SEL26 = 13,
SEL28 = 14,
SEL30 = 15,
}Variants§
SEL0 = 0
0 pF
SEL2 = 1
2 pF
SEL4 = 2
4 pF
SEL6 = 3
6 pF
SEL8 = 4
8 pF
SEL10 = 5
10 pF
SEL12 = 6
12 pF
SEL14 = 7
14 pF
SEL16 = 8
16 pF
SEL18 = 9
18 pF
SEL20 = 10
20 pF
SEL22 = 11
22 pF
SEL24 = 12
24 pF
SEL26 = 13
26 pF
SEL28 = 14
28 pF
SEL30 = 15
30 pF
Implementations§
Source§impl XtalCapSel
impl XtalCapSel
Trait Implementations§
Source§impl Clone for XtalCapSel
impl Clone for XtalCapSel
Source§fn clone(&self) -> XtalCapSel
fn clone(&self) -> XtalCapSel
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 XtalCapSel
impl Debug for XtalCapSel
Source§impl From<XtalCapSel> for u8
impl From<XtalCapSel> for u8
Source§fn from(val: XtalCapSel) -> u8
fn from(val: XtalCapSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for XtalCapSel
impl From<u8> for XtalCapSel
Source§fn from(val: u8) -> XtalCapSel
fn from(val: u8) -> XtalCapSel
Converts to this type from the input type.
Source§impl Ord for XtalCapSel
impl Ord for XtalCapSel
Source§fn cmp(&self, other: &XtalCapSel) -> Ordering
fn cmp(&self, other: &XtalCapSel) -> 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 XtalCapSel
impl PartialEq for XtalCapSel
Source§impl PartialOrd for XtalCapSel
impl PartialOrd for XtalCapSel
impl Copy for XtalCapSel
impl Eq for XtalCapSel
impl StructuralPartialEq for XtalCapSel
Auto Trait Implementations§
impl Freeze for XtalCapSel
impl RefUnwindSafe for XtalCapSel
impl Send for XtalCapSel
impl Sync for XtalCapSel
impl Unpin for XtalCapSel
impl UnwindSafe for XtalCapSel
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