Home
last modified time | relevance | path

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

/mcuboot-latest/sim/src/
Dimage.rs2180 let ids: HashSet<u8> = areadesc.iter_areas().map(|area| area.device_id).collect(); in install_ptable() localVariable
2181 for &id in &ids { in install_ptable()