embassy-stm32

Crates

git

Versions

stm32f103r8

Flavors

📣 We want to hear from you! Fill the Rust Embedded 2024 micro-survey.

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§