embassy-stm32

Crates

git

Versions

stm32f765vg

Flavors

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

Trait embassy_stm32::timer::GeneralInstance1Channel

source ยท
pub trait GeneralInstance1Channel: CoreInstance {
    type CaptureCompareInterrupt: Interrupt;
}
Expand description

General-purpose 16-bit timer with 1 channel instance.

Required Associated Typesยง

source

type CaptureCompareInterrupt: Interrupt

Capture compare interrupt for this timer.

Object Safetyยง

This trait is not object safe.

Implementorsยง