Type Alias gd32f1::gd32f190::rcu::ahben::DmaenW

source ·
pub type DmaenW<'a, REG> = BitWriter<'a, REG, Dmaen>;
Expand description

Field DMAEN writer - DMA clock enable

Aliased Type§

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

Implementations§

source§

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

source

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

The selected clock is disabled

source

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

The selected clock is enabled