ARM-software / CMSIS-RTX

RTX5 real time kernel for Arm Cortex-based embedded systems (spin-off from CMSIS_5)
https://arm-software.github.io/CMSIS-RTX/
Apache License 2.0
78 stars 22 forks source link

Timer start with delay #42

Open Jonny-vb opened 3 months ago

Jonny-vb commented 3 months ago

It would be a useful function to be able to delay start a timer - I can't currently see any easy way of doing this within the API.

This would be useful when setting up multiple timers to schedule some tasks at the same frequency, whilst being able to stagger them so they don't all trigger at the same time.