#[repr(u8)]pub enum TxSetDCal {
Show 16 variants
VALUE0 = 0,
_RESERVED_1 = 1,
_RESERVED_2 = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
VALUE7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
VALUE15 = 15,
}Variants§
VALUE0 = 0
Maximum current, approximately 19% above nominal.
_RESERVED_1 = 1
_RESERVED_2 = 2
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
VALUE7 = 7
Nominal
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
VALUE15 = 15
Minimum current, approximately 19% below nominal.
Implementations§
Trait Implementations§
Source§impl Ord for TxSetDCal
impl Ord for TxSetDCal
Source§impl PartialOrd for TxSetDCal
impl PartialOrd for TxSetDCal
impl Copy for TxSetDCal
impl Eq for TxSetDCal
impl StructuralPartialEq for TxSetDCal
Auto Trait Implementations§
impl Freeze for TxSetDCal
impl RefUnwindSafe for TxSetDCal
impl Send for TxSetDCal
impl Sync for TxSetDCal
impl Unpin for TxSetDCal
impl UnwindSafe for TxSetDCal
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