CxR

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

pub const fn variant(&self) -> Cx

Get enumerated values variant

pub fn is_0(&self) -> bool

Normal operation

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.