Embassy
embassy-stm32

Crates

git

Versions

stm32g071r6

Flavors

Trait embassy_stm32::ucpd::Instance

source ·
pub trait Instance: SealedInstance + RccPeripheral {
    type Interrupt: Interrupt;
}
Expand description

UCPD instance trait.

Required Associated Types§

source

type Interrupt: Interrupt

Interrupt for this instance.

Object Safety§

This trait is not object safe.

Implementors§