#[repr(u8)]pub enum DlyTrim {
Show 16 variants
DLY_9_6 = 0,
DLY_13_6 = 1,
_RESERVED_2 = 2,
DLY_4_6 = 3,
DLY_9_4 = 4,
DLY_13_4 = 5,
_RESERVED_6 = 6,
DLY_4_4 = 7,
DLY_9_2 = 8,
DLY_13_2 = 9,
_RESERVED_a = 10,
DLY_4_2 = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
_RESERVED_f = 15,
}Variants§
DLY_9_6 = 0
P current 9(nA) and N Current 6(nA)
DLY_13_6 = 1
P current 13(nA) and N Current 6(nA)
_RESERVED_2 = 2
DLY_4_6 = 3
P current 4(nA) and N Current 6(nA)
DLY_9_4 = 4
P current 9(nA) and N Current 4(nA)
DLY_13_4 = 5
P current 13(nA) and N Current 4(nA)
_RESERVED_6 = 6
DLY_4_4 = 7
P current 4(nA) and N Current 4(nA)
DLY_9_2 = 8
P current 9(nA) and N Current 2(nA)
DLY_13_2 = 9
P current 13(nA) and N Current 2(nA)
_RESERVED_a = 10
DLY_4_2 = 11
P current 4(nA) and N Current 2(nA)
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
_RESERVED_f = 15
Implementations§
Trait Implementations§
Source§impl Ord for DlyTrim
impl Ord for DlyTrim
Source§impl PartialOrd for DlyTrim
impl PartialOrd for DlyTrim
impl Copy for DlyTrim
impl Eq for DlyTrim
impl StructuralPartialEq for DlyTrim
Auto Trait Implementations§
impl Freeze for DlyTrim
impl RefUnwindSafe for DlyTrim
impl Send for DlyTrim
impl Sync for DlyTrim
impl Unpin for DlyTrim
impl UnwindSafe for DlyTrim
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