[][src]Type Definition rp2040::xip_ctrl::STREAM_CTR

type STREAM_CTR = Reg<u32, _STREAM_CTR>;

FIFO stream control

This register you can read, reset, write, write_with_zero, modify. See API.

For information about available fields see stream_ctr module

Trait Implementations

impl Readable for STREAM_CTR[src]

read() method returns stream_ctr::R reader structure

impl ResetValue for STREAM_CTR[src]

Register STREAM_CTR reset()'s with value 0

type Type = u32

Register size

impl Writable for STREAM_CTR[src]

write(|w| ..) method takes stream_ctr::W writer structure