pub enum LAST_A {
NotLast = 0,
Last = 1,
}
Expand description
DMA last transfer
Value on reset: 0
Variants§
Trait Implementations§
impl Copy for LAST_A
impl StructuralPartialEq for LAST_A
Auto Trait Implementations§
impl Freeze for LAST_A
impl RefUnwindSafe for LAST_A
impl Send for LAST_A
impl Sync for LAST_A
impl Unpin for LAST_A
impl UnwindSafe for LAST_A
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