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