Embassy
embassy-stm32

Crates

git

Versions

stm32f107rc

Flavors

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§