Function simics::api::simulator::hap_consumer::haps::handle_internal_break_io

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

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