Function probe_rs::architecture::arm::ap::access_port_is_valid [−][src]
pub fn access_port_is_valid<AP>(
debug_port: &mut AP,
access_port: GenericAp
) -> bool where
AP: ApAccess,
Expand description
Determine if an AP exists with the given AP number. Can fail silently under the hood testing an ap that doesnt exist and would require cleanup.