Trait rp2040_hal::dma::EndlessReadTarget

source ·
pub trait EndlessReadTarget: ReadTarget { }
Expand description

Marker which signals that rx_address_count() can be called multiple times.

The DMA code will never call rx_address_count() to request more than two buffers to configure two DMA channels. In the case of peripherals, the function can always return the same values.

Object Safety§

This trait is not object safe.

Implementors§