Home
last modified time | relevance | path

Searched refs:test_device (Results 1 – 1 of 1) sorted by relevance

/mcuboot-latest/sim/simflash/src/
Dlib.rs316 test_device(&mut f1, erased_val); in test_flash()
321 test_device(&mut f2, erased_val); in test_flash()
325 fn test_device(flash: &mut dyn Flash, erased_val: u8) { in test_device() function