embassy-stm32

Crates

git

Versions

stm32h750zb

Flavors

HRTimerChannel

Trait HRTimerChannel 

Source
pub trait HRTimerChannel: 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 HRTimerChannel for ChA

Source§

const CHANNEL: Channel = Channel::ChA

Source§

impl HRTimerChannel for ChB

Source§

const CHANNEL: Channel = Channel::ChB

Source§

impl HRTimerChannel for ChC

Source§

const CHANNEL: Channel = Channel::ChC

Source§

impl HRTimerChannel for ChD

Source§

const CHANNEL: Channel = Channel::ChD

Source§

impl HRTimerChannel for ChE

Source§

const CHANNEL: Channel = Channel::ChE