Type Alias simics_api_sys::rtc_nvram_update_hap_callback

source ·
pub type rtc_nvram_update_hap_callback = Option<unsafe extern "C" fn(callback_data: *mut lang_void, trigger_obj: *mut conf_object_t, index: int64, old_value: int64, new_value: int64)>;
Expand description

Index: index Description: This hap is triggered when the DS12887-c NVRAM memory is changed.

Aliased Type§

enum rtc_nvram_update_hap_callback {
    None,
    Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object, _: i64, _: i64, _: i64)),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(unsafe extern "C" fn(_: *mut c_void, _: *mut conf_object, _: i64, _: i64, _: i64))

Some value of type T.