EsgW

Type Alias EsgW 

pub type EsgW<'a, REG> = BitWriter<'a, REG, Esg>;
Expand description

Field ESG writer - Enable Scatter/Gather Processing

Aliased Type§

pub struct EsgW<'a, REG> { /* private fields */ }

Implementations§

§

impl<'a, REG> EsgW<'a, REG>
where REG: Writable + RegisterSpec,

pub fn _0(self) -> &'a mut W<REG>

The current channel’s TCD is normal format.

pub fn _1(self) -> &'a mut W<REG>

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.