The requirement of being able to spend only 10% of processing time on execution of timer handlers that are scheduled on every tick is not really possible to fulfill on platforms like the nRF ones where the tick period is quite short (~30 us in this case). Relax this requirement and accept if at least one-third of the processing time is available for other work while handling the timer tick train. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no> |
||
|---|---|---|
| .. | ||
| cycle64 | ||
| starve | ||
| timer_api | ||
| timer_behavior | ||
| timer_error_case | ||
| timer_monotonic | ||