#[repr(u8)]pub enum Cmdh6Sts {
SAMPLE_3P5 = 0,
SAMPLE_5P5 = 1,
SAMPLE_7P5 = 2,
SAMPLE_11P5 = 3,
SAMPLE_19P5 = 4,
SAMPLE_35P5 = 5,
SAMPLE_67P5 = 6,
SAMPLE_131P5 = 7,
}Variants§
SAMPLE_3P5 = 0
Minimum sample time of 3.5 ADCK cycles.
SAMPLE_5P5 = 1
5.5 ADCK cycles
SAMPLE_7P5 = 2
7.5 ADCK cycles
SAMPLE_11P5 = 3
11.5 ADCK cycles
SAMPLE_19P5 = 4
19.5 ADCK cycles
SAMPLE_35P5 = 5
35.5 ADCK cycles
SAMPLE_67P5 = 6
67.5 ADCK cycles
SAMPLE_131P5 = 7
131.5 ADCK cycles
Implementations§
Trait Implementations§
Source§impl Ord for Cmdh6Sts
impl Ord for Cmdh6Sts
Source§impl PartialOrd for Cmdh6Sts
impl PartialOrd for Cmdh6Sts
impl Copy for Cmdh6Sts
impl Eq for Cmdh6Sts
impl StructuralPartialEq for Cmdh6Sts
Auto Trait Implementations§
impl Freeze for Cmdh6Sts
impl RefUnwindSafe for Cmdh6Sts
impl Send for Cmdh6Sts
impl Sync for Cmdh6Sts
impl Unpin for Cmdh6Sts
impl UnwindSafe for Cmdh6Sts
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