probe_rs::rtt

Function try_attach_to_rtt_shared

Source
pub fn try_attach_to_rtt_shared(
    session: &FairMutex<Session>,
    core_id: usize,
    timeout: Duration,
    rtt_region: &ScanRegion,
) -> Result<Rtt, Error>
Expand description

Try to attach to RTT, with the given timeout.