pub trait Instance: Deref<Target = RegisterBlock> + Sealed {
    fn ptr() -> *const RegisterBlock;
}

Required methods

Implementors