Enum stm32f103xx::rcc::ahbenr::DMA1ENW[][src]

pub enum DMA1ENW {
    DISABLED,
    ENABLED,
}

Values that can be written to the field DMA1EN

Variants

Disabled.

Enabled.

Auto Trait Implementations

impl Send for DMA1ENW

impl Sync for DMA1ENW