Type Alias gd32f1::gd32f190::dma::ch0ctl::CmenW

source ·
pub type CmenW<'a, REG> = BitWriter<'a, REG, Cmen>;
Expand description

Field CMEN writer - Circular mode enable

Aliased Type§

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

Implementations§

source§

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

source

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

Circular buffer disabled

source

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

Circular buffer enabled