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