pub trait DpRegister: Register {
    const VERSION: DebugPortVersion;
}
Expand description

A marker trait to be implemented on debug port register types for typed access.

Required Associated Constants§

The version of the debug port that is required to read this register.

Implementors§