[][src]Trait debug_probe::target::CoreRegister

pub trait CoreRegister: Clone + From<u32> + Into<u32> + Sized + Debug {
    const ADDRESS: u32;
    const NAME: &'static str;
}

Associated Constants

const ADDRESS: u32

const NAME: &'static str

Loading content...

Implementors

impl CoreRegister for BpCompx[src]

impl CoreRegister for BpCtrl[src]

impl CoreRegister for Dcrdr[src]

impl CoreRegister for Dcrsr[src]

impl CoreRegister for Dhcsr[src]

Loading content...