Type Alias simics_api_sys::bindings::core_timing_model_change_hap_callback
source · pub type core_timing_model_change_hap_callback = Option<unsafe extern "C" fn(callback_data: *mut lang_void, trigger_obj: *mut conf_object_t)>;
Expand description
Index: Indices not supported Description: Triggered on an object when a timing model or snoop device is inserted, deleted, or changed.
Aliased Type§
enum core_timing_model_change_hap_callback {
None,
Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object)),
}