Enum Dds
#[repr(u8)]pub enum Dds {
SINGLE = 0,
CONTINUOUS = 1,
}
Variants§
SINGLE = 0
No new DMA request is issued after the last transfer
CONTINUOUS = 1
DMA requests are issued as long as data are converted and DMA=1
Implementations§
Trait Implementations§
§impl Ord for Dds
impl Ord for Dds
§impl PartialOrd for Dds
impl PartialOrd for Dds
impl Copy for Dds
impl Eq for Dds
impl StructuralPartialEq for Dds
Auto Trait Implementations§
impl Freeze for Dds
impl RefUnwindSafe for Dds
impl Send for Dds
impl Sync for Dds
impl Unpin for Dds
impl UnwindSafe for Dds
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
)