Home
last modified time | relevance | path

Searched defs:num_images (Results 1 – 1 of 1) sorted by relevance

/mcuboot-latest/sim/src/
Dimage.rs149 let num_images = Caps::get_num_images(); in new() localVariable
224 let num_images = self.num_images(); in make_no_upgrade_image() localVariable
568 pub fn num_images(&self) -> usize { in num_images() method