tick_functions Struct Reference

Back to the index.

Public Attributes | List of all members
tick_functions Struct Reference

#include <machine.h>

Public Attributes

int n_entries
 
int * ticks_till_next
 
int * ticks_reset_value
 
void(** f )(struct cpu *, void *)
 
void ** extra
 

Detailed Description

Definition at line 70 of file machine.h.

Member Data Documentation

◆ extra

void** tick_functions::extra

Definition at line 77 of file machine.h.

Referenced by arcbios_emul(), cpu_run_deinit(), machine_add_tickfunction(), and machine_run().

◆ f

void(** tick_functions::f) (struct cpu *, void *)

Definition at line 76 of file machine.h.

Referenced by arcbios_emul(), cpu_run_deinit(), machine_add_tickfunction(), and machine_run().

◆ n_entries

int tick_functions::n_entries

Definition at line 71 of file machine.h.

Referenced by arcbios_emul(), cpu_run_deinit(), machine_add_tickfunction(), and machine_run().

◆ ticks_reset_value

int* tick_functions::ticks_reset_value

Definition at line 75 of file machine.h.

Referenced by machine_add_tickfunction().

◆ ticks_till_next

int* tick_functions::ticks_till_next

Definition at line 74 of file machine.h.

Referenced by machine_add_tickfunction(), and machine_run().


The documentation for this struct was generated from the following file:

Generated on Tue Mar 24 2020 14:04:48 for GXemul by doxygen 1.8.17