#[repr(u8)]pub enum Cmdh5Sts {
STS_0 = 0,
STS_1 = 1,
STS_2 = 2,
STS_3 = 3,
STS_4 = 4,
STS_5 = 5,
STS_6 = 6,
STS_7 = 7,
}Variants§
STS_0 = 0
Minimum sample time of 3 ADCK cycles.
STS_1 = 1
3 + 21 ADCK cycles; 5 ADCK cycles total sample time.
STS_2 = 2
3 + 22 ADCK cycles; 7 ADCK cycles total sample time.
STS_3 = 3
3 + 23 ADCK cycles; 11 ADCK cycles total sample time.
STS_4 = 4
3 + 24 ADCK cycles; 19 ADCK cycles total sample time.
STS_5 = 5
3 + 25 ADCK cycles; 35 ADCK cycles total sample time.
STS_6 = 6
3 + 26 ADCK cycles; 67 ADCK cycles total sample time.
STS_7 = 7
3 + 27 ADCK cycles; 131 ADCK cycles total sample time.
Implementations§
Trait Implementations§
Source§impl Ord for Cmdh5Sts
impl Ord for Cmdh5Sts
Source§impl PartialOrd for Cmdh5Sts
impl PartialOrd for Cmdh5Sts
impl Copy for Cmdh5Sts
impl Eq for Cmdh5Sts
impl StructuralPartialEq for Cmdh5Sts
Auto Trait Implementations§
impl Freeze for Cmdh5Sts
impl RefUnwindSafe for Cmdh5Sts
impl Send for Cmdh5Sts
impl Sync for Cmdh5Sts
impl Unpin for Cmdh5Sts
impl UnwindSafe for Cmdh5Sts
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