pub enum DDSW {
SINGLE,
CONTINUOUS,
}
Expand description
Values that can be written to the field DDS
Variants§
SINGLE
No new DMA request is issued after the last transfer
CONTINUOUS
DMA requests are issued as long as data are converted and DMA=01, 10 or 11
Auto Trait Implementations§
impl Freeze for DDSW
impl RefUnwindSafe for DDSW
impl Send for DDSW
impl Sync for DDSW
impl Unpin for DDSW
impl UnwindSafe for DDSW
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