Implementation of kal_timer based on hrtimer.h. More...
#include <kal_timer_hrtimer.h>
Data Fields | |
struct hrtimer | hrtimer |
kal_timer_cb | timer_cb |
kal_arg_t | timer_cb_data |
char | handler_running |
Implementation of kal_timer based on hrtimer.h.
This type may be logically thought of as a subclass of hrtimer, so that (dynamic) casting from kal_timer * to/from hrtimer * is safe.
Definition at line 43 of file kal_timer_hrtimer.h.
Definition at line 47 of file kal_timer_hrtimer.h.
struct hrtimer kal_timer::hrtimer |
Definition at line 44 of file kal_timer_hrtimer.h.
Definition at line 45 of file kal_timer_hrtimer.h.
Definition at line 46 of file kal_timer_hrtimer.h.