pub fn remove_swv_data_trace(
    interface: &mut dyn ArmProbeInterface,
    components: &[CoresightComponent],
    unit: usize
) -> Result<(), ArmError>
Expand description

Configures DWT trace unit unit to stop tracing address.

Expects to be given a list of all ROM table components as the second argument.