pub trait ApRegister<PORT: AccessPort>: Register + Sized { }
Expand description

A trait to be implemented by access port register types.

Use the define_ap_register! macro to implement this.

Implementors§