pub type INCR_READ_W<'a, REG> = BitWriter<'a, REG>;
Expand description

Field INCR_READ writer - If 1, the read address increments with each transfer. If 0, each read is directed to the same, initial address.

Generally this should be disabled for peripheral-to-memory transfers.

Aliased Type§

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