Type Alias simics_api_sys::i8051_timer_interface_t

source ·
pub type i8051_timer_interface_t = i8051_timer_interface;

Aliased Type§

struct i8051_timer_interface_t {
    pub change_mode: Option<unsafe extern "C" fn(_: *mut conf_object, _: u8)>,
    pub switch_timer: Option<unsafe extern "C" fn(_: *mut conf_object, _: u8, _: bool)>,
}

Fields§

§change_mode: Option<unsafe extern "C" fn(_: *mut conf_object, _: u8)>§switch_timer: Option<unsafe extern "C" fn(_: *mut conf_object, _: u8, _: bool)>