Searched defs:CAreaDesc (Results 1 – 3 of 3) sorted by relevance
128 pub fn get_c(&self) -> Box<CAreaDesc> { in get_c()157 pub struct CAreaDesc { struct158 slots: [CArea; 16],159 num_slots: u32,
177 pub fn invoke_boot_go(sim_ctx: *mut CSimContext, areadesc: *const CAreaDesc, in invoke_boot_go()
211 pub extern "C" fn sim_set_flash_areas(areas: *const CAreaDesc) { in sim_set_flash_areas()