embassy-stm32

Crates

git

Versions

stm32h745xi-cm4

Flavors

Trait TimerChannel

Source
pub trait TimerChannel: SealedTimerChannel {
    const CHANNEL: Channel;
}
Expand description

Timer channel trait.

Required Associated Constants§

Source

const CHANNEL: Channel

The runtime channel.

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.

Implementors§

Source§

impl TimerChannel for Ch1

Source§

const CHANNEL: Channel = Channel::Ch1

Source§

impl TimerChannel for Ch2

Source§

const CHANNEL: Channel = Channel::Ch2

Source§

impl TimerChannel for Ch3

Source§

const CHANNEL: Channel = Channel::Ch3

Source§

impl TimerChannel for Ch4

Source§

const CHANNEL: Channel = Channel::Ch4

OSZAR »