embassy-stm32

Crates

git

Versions

stm32wba55he

Flavors

embassy_stm32::timer

Trait AdvancedInstance1Channel

Source
pub trait AdvancedInstance1Channel: BasicNoCr2Instance + GeneralInstance1Channel {
    type CommunicationInterrupt: Interrupt;
    type BreakInputInterrupt: Interrupt;
}
Expand description

Advanced 16-bit timer with 1 channel instance.

Required Associated Types§

Source

type CommunicationInterrupt: Interrupt

Communication interrupt for this timer.

Source

type BreakInputInterrupt: Interrupt

Break input 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§