[][src]Trait probe_rs::architecture::arm::ap::AccessPort

pub trait AccessPort {
    fn get_port_number(&self) -> u8;
}

Required methods

fn get_port_number(&self) -> u8

Loading content...

Implementors

impl AccessPort for GenericAP[src]

impl AccessPort for MemoryAP[src]

Loading content...