pub trait Instance: SealedInstance + 'static { type Interrupt: Interrupt; }
DCMI instance.
Interrupt for this instance.