pub trait Instance: Sealed + Deref<Target = RegisterBlock> + Enable + Reset { }

Implementors