ROSS
Functions | Variables
armv7l.c File Reference
#include <ross.h>

Go to the source code of this file.

Functions

const tw_optdeftw_clock_setup (void)
 
void tw_clock_init (tw_pe *me)
 
tw_clock tw_clock_now (tw_pe *me)
 

Variables

static const tw_optdef clock_opts []
 

Function Documentation

void tw_clock_init ( tw_pe me)

Definition at line 37 of file armv7l.c.

References tw_pe::clock_offset, tw_pe::clock_time, and tw_clock_read().

Here is the call graph for this function:

tw_clock tw_clock_now ( tw_pe me)

Definition at line 44 of file armv7l.c.

References tw_pe::clock_offset, tw_pe::clock_time, and tw_clock_read().

Here is the call graph for this function:

const tw_optdef* tw_clock_setup ( void  )

Definition at line 31 of file armv7l.c.

References clock_opts.

Variable Documentation

const tw_optdef clock_opts[]
static
Initial value:
=
{
TWOPT_GROUP("ROSS Timing"),
TWOPT_STIME("clock-rate", g_tw_clock_rate, "CPU Clock Rate"),
}
unsigned long long g_tw_clock_rate
Definition: ross-global.c:98
#define TWOPT_STIME(n, v, h)
Definition: tw-opts.h:31
#define TWOPT_GROUP(h)
Definition: tw-opts.h:27

Definition at line 24 of file armv7l.c.

Referenced by tw_clock_setup().