pub enum EofMode {
ByteLen,
EnableSignal,
}
Expand description
Generation of GDMA SUC EOF
Variants§
ByteLen
Generate GDMA SUC EOF by data byte length
EnableSignal
Generate GDMA SUC EOF by the external enable signal
Trait Implementations§
impl Copy for EofMode
impl Eq for EofMode
impl StructuralPartialEq for EofMode
Auto Trait Implementations§
impl Freeze for EofMode
impl RefUnwindSafe for EofMode
impl Send for EofMode
impl Sync for EofMode
impl Unpin for EofMode
impl UnwindSafe for EofMode
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