tick_functions Struct Reference

Back to the index.

Public Member Functions | Public Attributes | List of all members
tick_functions Struct Reference

#include <machine.h>

Public Member Functions

void f (struct cpu *, void *)
 

Public Attributes

int n_entries
 
int * ticks_till_next
 
int * ticks_reset_value
 
void ** extra
 

Detailed Description

Definition at line 70 of file machine.h.

Member Function Documentation

◆ f()

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

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().

◆ 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 Sun Sep 30 2018 16:05:18 for GXemul by doxygen 1.8.13