Function simics::api::simulator::hap_consumer::haps::handle_vga_refresh_triggered

source ยท
extern "C" fn handle_vga_refresh_triggered<F>(
    callback_data: *mut lang_void,
    trigger_obj: *mut conf_object_t,
)
where F: FnMut(*mut conf_object_t) + 'static,
Expand description

The handler for HAPs of a specific type. Unboxes a boxed closure and calls it with the correct HAP callback arguments