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

type CH5_DBG_CTDREQ = Reg<u32, _CH5_DBG_CTDREQ>;

Read: get channel DREQ counter (i.e. how many accesses the DMA expects it can perform on the peripheral without overflow/underflow. Write any value: clears the counter, and cause channel to re-initiate DREQ handshake.

This register you can read. See API.

For information about available fields see ch5_dbg_ctdreq module

Trait Implementations

impl Readable for CH5_DBG_CTDREQ[src]

read() method returns ch5_dbg_ctdreq::R reader structure