Home
last modified time | relevance | path

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

/mcuboot-latest/sim/mcuboot-sys/src/
Dapi.rs66 pub struct FlashContext { struct
72 impl FlashContext { argument
73 pub fn new() -> FlashContext { in new()
74 FlashContext { in new()
82 impl Default for FlashContext { implementation
83 fn default() -> FlashContext { in default()
84 FlashContext { in default()
169 pub static THREAD_CTX: RefCell<FlashContext> = RefCell::new(FlashContext::new());