probe_rs::rtt

Function try_attach_to_rtt

Source
pub fn try_attach_to_rtt(
    core: &mut Core<'_>,
    timeout: Duration,
    rtt_region: &ScanRegion,
) -> Result<Rtt, Error>
Expand description

Try to attach to RTT, with the given timeout.