embassy-stm32

Crates

git

Versions

stm32l151cb

Flavors

embassy_stm32::timer

Trait 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.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§