pub trait EndlessWriteTarget: WriteTarget { }Expand description
Marker which signals that tx_address_count() can be called multiple times.
The DMA code will never call tx_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.