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

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

Values that can be written to the field SRCINC

Variants

Increment source address by one unit data size after each read

Increment source address by two unit data sizes after each read

Increment source address by four unit data sizes after each read

Do not increment the source address. In this mode reads are made from a fixed source address, for example reading FIFO.