t_cpu_time Struct Reference

#include <cycle_counter.h>


Detailed Description

Structure holding private information, automatically initialized by the cpu_set_timeout() function.

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.

Field Documentation

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().

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().


Generated on Fri Feb 19 02:24:24 2010 for AVR32 - Cycle Counter Driver by  doxygen 1.5.5