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§

source

const VERSION: DebugPortVersion

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

Object Safety§

This trait is not object safe.

Implementors§

source§

impl DpRegister for Abort

source§

const VERSION: DebugPortVersion = DebugPortVersion::DPv1

source§

impl DpRegister for Ctrl

source§

const VERSION: DebugPortVersion = DebugPortVersion::DPv1

source§

impl DpRegister for DPIDR

source§

const VERSION: DebugPortVersion = DebugPortVersion::DPv1

source§

impl DpRegister for RdBuff

source§

const VERSION: DebugPortVersion = DebugPortVersion::DPv1

source§

impl DpRegister for Select

source§

const VERSION: DebugPortVersion = DebugPortVersion::DPv1

source§

impl DpRegister for TARGETID

source§

const VERSION: DebugPortVersion = DebugPortVersion::DPv2