Type Alias CxR
pub type CxR = BitReader<Cx>;Expand description
Field CX reader - Cancel Transfer
Aliased Type§
pub struct CxR { /* private fields */ }Implementations§
§impl CxR
impl CxR
pub fn is_1(&self) -> bool
pub fn is_1(&self) -> bool
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.