#[repr(u8)]pub enum HpcalbVal {
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
ADD_1_PER_32768_TICKS = 1
+1 counts per each 32768 ticks of the counter
ADD_2_PER_32768_TICKS = 2
+2 counts per each 32768 ticks of the counter
_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
SUB_16_PER_32768_TICKS = 16
-16 counts per each 32768 ticks of the counter
SUB_15_PER_32768_TICKS = 17
-15 counts per each 32768 ticks of the counter
_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
SUB_1_PER_32768_TICKS = 31
-1 counts per each 32768 ticks of the counter
Implementations§
Trait Implementations§
Source§impl Ord for HpcalbVal
impl Ord for HpcalbVal
Source§impl PartialOrd for HpcalbVal
impl PartialOrd for HpcalbVal
impl Copy for HpcalbVal
impl Eq for HpcalbVal
impl StructuralPartialEq for HpcalbVal
Auto Trait Implementations§
impl Freeze for HpcalbVal
impl RefUnwindSafe for HpcalbVal
impl Send for HpcalbVal
impl Sync for HpcalbVal
impl Unpin for HpcalbVal
impl UnwindSafe for HpcalbVal
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