embassy-stm32

Crates

git

Versions

stm32h563ig

Flavors

๐Ÿ“ฃ We want to hear from you! Fill the Rust Embedded 2024 micro-survey.

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ยง