Include dependency graph for rtai_timer.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| union | rtai_tsc |
Defines | |
| #define | PROTECT_TIMER |
| #define | rt_set_timer_delay(x) rt_set_timer_match_reg(x) |
Functions | |
| static int | rtai_timer_irq_ack (void) |
| static RTIME | rtai_rdtsc (void) |
| static void | rt_set_timer_match_reg (int delay) |
Variables | |
| rtai_tsc | rtai_tsc |
| #define PROTECT_TIMER |
Definition at line 75 of file rtai_timer.h.
| #define rt_set_timer_delay | ( | x | ) | rt_set_timer_match_reg(x) |
Definition at line 109 of file rtai_timer.h.
Referenced by rt_free_timer(), rt_request_timer(), rt_timer_handler(), rt_timer_tick_ext(), and rtai_calibrate_TC().
| static void rt_set_timer_match_reg | ( | int | delay | ) | [inline, static] |
Definition at line 79 of file rtai_timer.h.
References flags, rtai_restore_flags, rtai_save_flags_and_cli, and SETUP_TIME_TICKS.
Referenced by rt_request_timer().
| static RTIME rtai_rdtsc | ( | void | ) | [inline, static] |
Definition at line 59 of file rtai_timer.h.
References count, flags, rtai_tsc::hltsc, rtai_restore_flags, rtai_save_flags_and_cli, rtai_tsc, and rtai_tsc::tsc.
| static int rtai_timer_irq_ack | ( | void | ) | [inline, static] |
Definition at line 41 of file imx-timer.c.
1.4.7