Enum efr32xg12p::ldma::ch2_ctrl::DSTINCW [] [src]

pub enum DSTINCW {
    ONE,
    TWO,
    FOUR,
    NONE,
}

Values that can be written to the field DSTINC

Variants

Increment destination address by one unit data size after each write

Increment destination address by two unit data sizes after each write

Increment destination address by four unit data sizes after each write

Do not increment the destination address. Writes are made to a fixed destination address, for example writing to a FIFO.