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

type CH4_WRITE_ADDR = Reg<u32, _CH4_WRITE_ADDR>;

DMA Channel 4 Write Address pointer\n This register updates automatically each time a write completes. The current value is the next address to be written by this channel.

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

For information about available fields see ch4_write_addr module

Trait Implementations

impl Readable for CH4_WRITE_ADDR[src]

read() method returns ch4_write_addr::R reader structure

impl ResetValue for CH4_WRITE_ADDR[src]

Register CH4_WRITE_ADDR reset()'s with value 0

type Type = u32

Register size

impl Writable for CH4_WRITE_ADDR[src]

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