probe_rs::architecture::arm::ap

Trait ApRegAccess

Source
pub trait ApRegAccess<Reg: Register>: AccessPortType { }
Expand description

A trait to be implemented by ports types providing access to a register.

Implementors§