Enum Dels
#[repr(u8)]pub enum Dels {
NO_DELAY = 0,
AFTER_READ = 1,
DELAY_7_CLK = 2,
DELAY_15_CLK = 3,
DELAY_31_CLK = 4,
DELAY_63_CLK = 5,
DELAY_127_CLK = 6,
DELAY_255_CLK = 7,
}
Variants§
NO_DELAY = 0
No Delay
AFTER_READ = 1
Until the converted data have been read
DELAY_7_CLK = 2
Delay 7 APB clock cycles after the conversion
DELAY_15_CLK = 3
Delay 16 APB clock cycles after the conversion
DELAY_31_CLK = 4
Delay 31 APB clock cycles after the conversion
DELAY_63_CLK = 5
Delay 63 APB clock cycles after the conversion
DELAY_127_CLK = 6
Delay 127 APB clock cycles after the conversion
DELAY_255_CLK = 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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)