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

Implemented by all TWIM instances

Implementors§