Type Alias gd32f1::gd32f190::i2c0::ctl1::DmalstW

source ·
pub type DmalstW<'a, REG> = BitWriter<'a, REG, Dmalst>;
Expand description

Field DMALST writer - Flag indicating DMA last transfer

Aliased Type§

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

Implementations§

source§

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

source

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

Next DMA EOT is not the last transfer

source

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

Next DMA EOT is the last transfer