pub fn get_arm_components(
    interface: &mut dyn ArmProbeInterface,
    dp: DpAddress
) -> Result<Vec<CoresightComponent>, ArmError>
Expand description

Reads all the available ARM CoresightComponents of the currently attached target.

This will recursively parse the Romtable of the attached target and create a list of all the contained components.