pub trait Instance: Sealed + Deref<Target = RegisterBlock> { const INTERRUPT: Interrupt; }
Implemented by all TWIS instances