Is there any risk of probe-rs'es functions for reading from the target get torn values? ```rust let word = core.read_word_32(0x2000_0000)?; // <--- What if the device writes at the same time ```