Embassy
embassy-stm32

Crates

git

Versions

stm32c031f6

Flavors

Trait embassy_stm32::timer::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.

Object Safety§

This trait is not object safe.

Implementors§