SimAVR
AVR Simulator
|
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>
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 |
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.
avr_cycle_timer_slot_p timer |
avr_cycle_timer_slot_p timer_free |
avr_cycle_timer_slot_t timer_slots[MAX_CYCLE_TIMERS] |