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

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

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

Aliased Type§

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