EsgR

Type Alias EsgR 

pub type EsgR = BitReader<Esg>;
Expand description

Field ESG reader - Enable Scatter/Gather Processing

Aliased Type§

pub struct EsgR { /* private fields */ }

Implementations§

§

impl EsgR

pub const fn variant(&self) -> Esg

Get enumerated values variant

pub fn is_0(&self) -> bool

The current channel’s TCD is normal format.

pub fn is_1(&self) -> bool

The current channel’s TCD specifies a scatter gather format. The DLASTSGA field provides a memory pointer to the next TCD to be loaded into this channel after the major loop completes its execution.