pub trait Instance: Sealed + Deref<Target = RegisterBlock> {
    const INTERRUPT: Interrupt;
}
Expand description

Implemented by all TWIS instances

Required Associated Constants

Implementors