pub type STREAM_ADDR_W<'a, REG> = FieldWriter<'a, REG, 30, u32>;
Expand description

Field STREAM_ADDR writer - The address of the next word to be streamed from flash to the streaming FIFO.
Increments automatically after each flash access.
Write the initial access address here before starting a streaming read.

Aliased Type§

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