#[repr(u8)]pub enum ExtalCapSel {
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 ExtalCapSel
impl ExtalCapSel
Trait Implementations§
Source§impl Clone for ExtalCapSel
impl Clone for ExtalCapSel
Source§fn clone(&self) -> ExtalCapSel
fn clone(&self) -> ExtalCapSel
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 ExtalCapSel
impl Debug for ExtalCapSel
Source§impl From<ExtalCapSel> for u8
impl From<ExtalCapSel> for u8
Source§fn from(val: ExtalCapSel) -> u8
fn from(val: ExtalCapSel) -> u8
Converts to this type from the input type.
Source§impl From<u8> for ExtalCapSel
impl From<u8> for ExtalCapSel
Source§fn from(val: u8) -> ExtalCapSel
fn from(val: u8) -> ExtalCapSel
Converts to this type from the input type.
Source§impl Ord for ExtalCapSel
impl Ord for ExtalCapSel
Source§fn cmp(&self, other: &ExtalCapSel) -> Ordering
fn cmp(&self, other: &ExtalCapSel) -> 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 ExtalCapSel
impl PartialEq for ExtalCapSel
Source§impl PartialOrd for ExtalCapSel
impl PartialOrd for ExtalCapSel
impl Copy for ExtalCapSel
impl Eq for ExtalCapSel
impl StructuralPartialEq for ExtalCapSel
Auto Trait Implementations§
impl Freeze for ExtalCapSel
impl RefUnwindSafe for ExtalCapSel
impl Send for ExtalCapSel
impl Sync for ExtalCapSel
impl Unpin for ExtalCapSel
impl UnwindSafe for ExtalCapSel
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