pub trait Instance: Instance + 'static {
    type Interrupt: Interrupt;
}
Expand description

DCMI instance.

Required Associated Types§

source

type Interrupt: Interrupt

Interrupt for this instance.

Object Safety§

This trait is not object safe.

Implementors§