RTEMS 6.1-rc2
|
Functions | |
void | timerisr (void) |
Variables | |
uint32_t | _Timer_interrupts |
If required this ISR is used to bump a count of interval "overflow" interrupts which have occurred since the timer was started. The number of overflows is taken into account in the benchmark_timer_read() routine if necessary.
To reduce overhead this is best to be the "rawest" hardware interupt handler you can write. This should be the only interrupt which can occur during the measured time period.