Enum Dels
#[repr(u8)]pub enum Dels {
NoDelay = 0,
AfterRead = 1,
Delay7 = 2,
Delay15 = 3,
Delay31 = 4,
Delay63 = 5,
Delay127 = 6,
Delay255 = 7,
}Variants§
NoDelay = 0
No delay
AfterRead = 1
Delay until the converted data has been read
Delay7 = 2
7 APB clock cycles
Delay15 = 3
15 APB clock cycles
Delay31 = 4
31 APB clock cycles
Delay63 = 5
63 APB clock cycles
Delay127 = 6
127 APB clock cycles
Delay255 = 7
255 APB clock cycles
Implementations§
Trait Implementations§
impl Copy for Dels
impl Eq for Dels
§impl Ord for Dels
impl Ord for Dels
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
§impl PartialOrd for Dels
impl PartialOrd for Dels
impl StructuralPartialEq for Dels
Auto Trait Implementations§
impl Freeze for Dels
impl RefUnwindSafe for Dels
impl Send for Dels
impl Sync for Dels
impl Unpin for Dels
impl UnsafeUnpin for Dels
impl UnwindSafe for Dels
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