Type Alias rp2040_pac::xip_ctrl::stream_addr::W

source ·
pub type W = W<STREAM_ADDR_SPEC>;
Expand description

Register STREAM_ADDR writer

Aliased Type§

struct W { /* private fields */ }

Implementations§

source§

impl W

source

pub fn stream_addr(&mut self) -> STREAM_ADDR_W<'_, STREAM_ADDR_SPEC>

Bits 2:31 - 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.

source

pub unsafe fn bits(&mut self, bits: u32) -> &mut Self

Writes raw bits to the register.

§Safety

Passing incorrect value can cause undefined behaviour. See reference manual