Embassy
embassy-stm32

Crates

git

Versions

stm32l052t6

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§