Embassy
embassy-stm32

Crates

git

Versions

stm32l152qe

Flavors

Trait embassy_stm32::timer::GeneralInstance2Channel

source ·
pub trait GeneralInstance2Channel: GeneralInstance1Channel {
    type TriggerInterrupt: Interrupt;
}
Expand description

General-purpose 16-bit timer with 2 channels instance.

Required Associated Types§

source

type TriggerInterrupt: Interrupt

Trigger event interrupt for this timer.

Object Safety§

This trait is not object safe.

Implementors§