RTEMS CPU Kit with SuperCore
4.11.3
|
Go to the source code of this file.
Data Structures | |
struct | timecounter |
Macros | |
#define | TC_FLAGS_C2STOP 1 /* Timer dies in C2+. */ |
#define | TC_FLAGS_SUSPEND_SAFE |
Typedefs | |
typedef uint32_t | timecounter_get_t(struct timecounter *) |
typedef void | timecounter_pps_t(struct timecounter *) |
Functions | |
u_int64_t | tc_getfrequency (void) |
void | tc_init (struct timecounter *tc) |
void | tc_setclock (struct timespec *ts) |
void | tc_ticktock (int cnt) |
void | cpu_tick_calibration (void) |
Variables | |
struct timecounter * | timecounter |
int | tc_min_ticktock_freq |
#define TC_FLAGS_SUSPEND_SAFE |