pub enum DBMW {
DISABLED,
ENABLED,
}
Expand description
Values that can be written to the field DBM
Variants§
DISABLED
No buffer switching at the end of transfer
ENABLED
Memory target switched at the end of the DMA transfer
Auto Trait Implementations§
impl Freeze for DBMW
impl RefUnwindSafe for DBMW
impl Send for DBMW
impl Sync for DBMW
impl Unpin for DBMW
impl UnwindSafe for DBMW
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