#include <cycle_counter.h>
Definition at line 54 of file cycle_counter.h.
Data Fields | |
unsigned long | delay_end_cycle |
The cycle count at the end of the timeout. | |
unsigned long | delay_start_cycle |
The cycle count at the begining of the timeout. | |
unsigned char | timer_state |
Enable/disable the timout detection. |
unsigned long t_cpu_time::delay_end_cycle |
The cycle count at the end of the timeout.
Definition at line 60 of file cycle_counter.h.
Referenced by cpu_is_timeout(), and cpu_set_timeout().
unsigned long t_cpu_time::delay_start_cycle |
The cycle count at the begining of the timeout.
Definition at line 57 of file cycle_counter.h.
Referenced by cpu_is_timeout(), and cpu_set_timeout().
unsigned char t_cpu_time::timer_state |
Enable/disable the timout detection.
Definition at line 63 of file cycle_counter.h.
Referenced by cpu_is_timeout(), cpu_is_timer_stopped(), cpu_set_timeout(), and cpu_stop_timeout().