SimAVR
AVR Simulator
avr_cycle_timer_pool_t Struct Reference

Timer pool contains a pool of timer slots available, they all start queued into the 'free' qeueue, are migrated to the 'active' queue when needed and are re-queued to the free one when done. More...

#include <sim_cycle_timers.h>

Collaboration diagram for avr_cycle_timer_pool_t:

Data Fields

avr_cycle_timer_slot_t timer_slots [MAX_CYCLE_TIMERS]
 
avr_cycle_timer_slot_p timer_free
 
avr_cycle_timer_slot_p timer
 

Detailed Description

Timer pool contains a pool of timer slots available, they all start queued into the 'free' qeueue, are migrated to the 'active' queue when needed and are re-queued to the free one when done.

Field Documentation


The documentation for this struct was generated from the following file: