[][src]Type Definition rp2040::dma::CH3_READ_ADDR

type CH3_READ_ADDR = Reg<u32, _CH3_READ_ADDR>;

DMA Channel 3 Read Address pointer\n This register updates automatically each time a read completes. The current value is the next address to be read by this channel.

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

For information about available fields see ch3_read_addr module

Trait Implementations

impl Readable for CH3_READ_ADDR[src]

read() method returns ch3_read_addr::R reader structure

impl ResetValue for CH3_READ_ADDR[src]

Register CH3_READ_ADDR reset()'s with value 0

type Type = u32

Register size

impl Writable for CH3_READ_ADDR[src]

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