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

A trait to be implemented by access port register types.

Use the [register_generation::define_ap_register] macro to implement this.

Implementors