embassy-stm32

Crates

git

Versions

stm32l4p5re

Flavors

Skip to main content

TransceiverMarker

Trait TransceiverMarker 

Source
pub trait TransceiverMarker: Sealed {
    const CHANNEL: TransceiverChannel;
}

Required Associated Constants§

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§

Source§

impl TransceiverMarker for Tcv0

Source§

const CHANNEL: TransceiverChannel = TransceiverChannel::Tcv0

Source§

impl TransceiverMarker for Tcv1

Source§

const CHANNEL: TransceiverChannel = TransceiverChannel::Tcv1

Source§

impl TransceiverMarker for Tcv2

Source§

const CHANNEL: TransceiverChannel = TransceiverChannel::Tcv2

Source§

impl TransceiverMarker for Tcv3

Source§

const CHANNEL: TransceiverChannel = TransceiverChannel::Tcv3

Source§

impl TransceiverMarker for Tcv4

Source§

const CHANNEL: TransceiverChannel = TransceiverChannel::Tcv4

Source§

impl TransceiverMarker for Tcv5

Source§

const CHANNEL: TransceiverChannel = TransceiverChannel::Tcv5

Source§

impl TransceiverMarker for Tcv6

Source§

const CHANNEL: TransceiverChannel = TransceiverChannel::Tcv6

Source§

impl TransceiverMarker for Tcv7

Source§

const CHANNEL: TransceiverChannel = TransceiverChannel::Tcv7