[][src]Trait probe_rs::architecture::arm::Register

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

Associated Constants

pub const ADDRESS: u8

pub const NAME: &'static str

Loading content...

Implementors

impl Register for BASE2[src]

impl Register for BASE[src]

impl Register for CSW[src]

impl Register for DRW[src]

impl Register for IDR[src]

impl Register for TAR[src]

impl Register for Abort[src]

impl Register for Ctrl[src]

impl Register for DPIDR[src]

impl Register for RdBuff[src]

impl Register for Select[src]

impl Register for TARGETID[src]

Loading content...