[][src]Trait probe_rs::coresight::common::Register

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

Associated Constants

const ADDRESS: u8

const NAME: &'static str

Loading content...

Implementors

impl Register for APPROTECTSTATUS[src]

impl Register for ERASEALL[src]

impl Register for ERASEALLSTATUS[src]

impl Register for RESET[src]

impl Register for IDR[src]

impl Register for BASE[src]

impl Register for BASE2[src]

impl Register for BD0[src]

impl Register for BD1[src]

impl Register for BD2[src]

impl Register for BD3[src]

impl Register for CFG[src]

impl Register for CSW[src]

impl Register for DRW[src]

impl Register for MBT[src]

impl Register for TAR[src]

impl Register for Abort[src]

impl Register for Ctrl[src]

impl Register for DPIDR[src]

impl Register for Select[src]

Loading content...