BaseAddress

Trait BaseAddress 

Source
pub trait BaseAddress {
    // Required method
    fn ptr(&self) -> *const ();
}
Expand description

Types that would represent a base address of peripheral.

Required Methods§

Source

fn ptr(&self) -> *const ()

Return pointer representation of this base address.

Implementors§