Enum stm32f1::stm32f101::i2c1::cr2::DMAENW[][src]

pub enum DMAENW {
    DISABLED,
    ENABLED,
}

Values that can be written to the field DMAEN

Variants

DMA requests disabled

DMA request enabled when TxE=1 or RxNE=1

Auto Trait Implementations

impl Send for DMAENW

impl Sync for DMAENW