Enum Ecx
pub enum Ecx {
_0 = 0,
_1 = 1,
}Expand description
Error Cancel Transfer
Value on reset: 0
Variants§
_0 = 0
0: Normal operation
_1 = 1
1: Cancel the remaining data transfer in the same fashion as the CX bit. Stop the executing channel and force the minor loop to finish. The cancel takes effect after the last write of the current read/write sequence. The ECX bit clears itself after the cancel is honored. In addition to cancelling the transfer, ECX treats the cancel as an error condition, thus updating the Error Status register (DMAx_ES) and generating an optional error interrupt.
Trait Implementations§
impl Copy for Ecx
impl Eq for Ecx
impl StructuralPartialEq for Ecx
Auto Trait Implementations§
impl Freeze for Ecx
impl RefUnwindSafe for Ecx
impl Send for Ecx
impl Sync for Ecx
impl Unpin for Ecx
impl UnwindSafe for Ecx
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