pub trait BaseAddress { // Required method fn ptr(&self) -> *const (); }
Types that would represent a base address of peripheral.
Return pointer representation of this base address.