Enum Dels
#[repr(u8)]pub enum Dels {
NoDelay = 0,
AfterRead = 1,
Delay7Clk = 2,
Delay15Clk = 3,
Delay31Clk = 4,
Delay63Clk = 5,
Delay127Clk = 6,
Delay255Clk = 7,
}Variants§
NoDelay = 0
No Delay
AfterRead = 1
Until the converted data have been read
Delay7Clk = 2
Delay 7 APB clock cycles after the conversion
Delay15Clk = 3
Delay 16 APB clock cycles after the conversion
Delay31Clk = 4
Delay 31 APB clock cycles after the conversion
Delay63Clk = 5
Delay 63 APB clock cycles after the conversion
Delay127Clk = 6
Delay 127 APB clock cycles after the conversion
Delay255Clk = 7
Delay 255 APB clock cycles after the conversion
Implementations§
Trait Implementations§
§impl Ord for Dels
impl Ord for Dels
§impl PartialOrd for Dels
impl PartialOrd for Dels
impl Copy for Dels
impl Eq 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 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