#[repr(u8)]pub enum LpcalbVal {
Show 32 variants
ADD_0_PER_32768_TICKS = 0,
ADD_1_PER_32768_TICKS = 1,
ADD_2_PER_32768_TICKS = 2,
_RESERVED_3 = 3,
_RESERVED_4 = 4,
_RESERVED_5 = 5,
_RESERVED_6 = 6,
_RESERVED_7 = 7,
_RESERVED_8 = 8,
_RESERVED_9 = 9,
_RESERVED_a = 10,
_RESERVED_b = 11,
_RESERVED_c = 12,
_RESERVED_d = 13,
_RESERVED_e = 14,
ADD_15_PER_32768_TICKS = 15,
SUB_16_PER_32768_TICKS = 16,
SUB_15_PER_32768_TICKS = 17,
_RESERVED_12 = 18,
_RESERVED_13 = 19,
_RESERVED_14 = 20,
_RESERVED_15 = 21,
_RESERVED_16 = 22,
_RESERVED_17 = 23,
_RESERVED_18 = 24,
_RESERVED_19 = 25,
_RESERVED_1a = 26,
_RESERVED_1b = 27,
_RESERVED_1c = 28,
_RESERVED_1d = 29,
SUB_2_PER_32768_TICKS = 30,
SUB_1_PER_32768_TICKS = 31,
}Variants§
ADD_0_PER_32768_TICKS = 0
+0 counts per each 32768 ticks of the counter clock
ADD_1_PER_32768_TICKS = 1
+1 counts per each 32768 ticks of the counter clock
ADD_2_PER_32768_TICKS = 2
+2 counts per each 32768 ticks of the counter clock
_RESERVED_3 = 3
_RESERVED_4 = 4
_RESERVED_5 = 5
_RESERVED_6 = 6
_RESERVED_7 = 7
_RESERVED_8 = 8
_RESERVED_9 = 9
_RESERVED_a = 10
_RESERVED_b = 11
_RESERVED_c = 12
_RESERVED_d = 13
_RESERVED_e = 14
ADD_15_PER_32768_TICKS = 15
+15 counts per each 32768 ticks of the counter clock
SUB_16_PER_32768_TICKS = 16
-16 counts per each 32768 ticks of the counter clock
SUB_15_PER_32768_TICKS = 17
-15 counts per each 32768 ticks of the counter clock
_RESERVED_12 = 18
_RESERVED_13 = 19
_RESERVED_14 = 20
_RESERVED_15 = 21
_RESERVED_16 = 22
_RESERVED_17 = 23
_RESERVED_18 = 24
_RESERVED_19 = 25
_RESERVED_1a = 26
_RESERVED_1b = 27
_RESERVED_1c = 28
_RESERVED_1d = 29
SUB_2_PER_32768_TICKS = 30
-2 counts per each 32768 ticks of the counter clock
SUB_1_PER_32768_TICKS = 31
-1 counts per each 32768 ticks of the counter clock
Implementations§
Trait Implementations§
Source§impl Ord for LpcalbVal
impl Ord for LpcalbVal
Source§impl PartialOrd for LpcalbVal
impl PartialOrd for LpcalbVal
impl Copy for LpcalbVal
impl Eq for LpcalbVal
impl StructuralPartialEq for LpcalbVal
Auto Trait Implementations§
impl Freeze for LpcalbVal
impl RefUnwindSafe for LpcalbVal
impl Send for LpcalbVal
impl Sync for LpcalbVal
impl Unpin for LpcalbVal
impl UnwindSafe for LpcalbVal
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