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.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.