embassy-stm32

Crates

git

Versions

stm32l4p5re

Flavors

Skip to main content

NextChannelForInstance

Trait NextChannelForInstance 

Source
pub trait NextChannelForInstance<T: Instance>: TransceiverMarker {
    type Next: TransceiverMarker;
}
Expand description

Links a transceiver marker to the next channel’s marker (modulo the instance channel count).

Required Associated Types§

Source

type Next: TransceiverMarker

Type representing the next TransceiverMarker in the sequence

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§