embassy-stm32

Crates

git

Versions

stm32f301k8

Flavors

embassy_stm32::tsc

Trait Instance

Source
pub trait Instance:
    Peripheral<P = Self>
    + SealedInstance
    + RccPeripheral {
    type Interrupt: Interrupt;
}
Expand description

TSC instance trait

Required Associated Types§

Source

type Interrupt: Interrupt

Interrupt for this TSC instance

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§