Enum Cx
pub enum Cx {
_0 = 0,
_1 = 1,
}Expand description
Cancel Transfer
Value on reset: 0
Variants§
_0 = 0
0: Normal operation
_1 = 1
1: Cancel the remaining data transfer. 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 CX bit clears itself after the cancel has been honored. This cancel retires the channel normally as if the minor loop was completed.
Trait Implementations§
impl Copy for Cx
impl Eq for Cx
impl StructuralPartialEq for Cx
Auto Trait Implementations§
impl Freeze for Cx
impl RefUnwindSafe for Cx
impl Send for Cx
impl Sync for Cx
impl Unpin for Cx
impl UnwindSafe for Cx
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