Hi Dev team,
I have been working on the Thingy91 and I had a question regarding using the kernel timers during runtime.
Is it possible in anyway to change the kernel timer durations in runtime ?
Regards,
Adeel.
Hi Dev team,
I have been working on the Thingy91 and I had a question regarding using the kernel timers during runtime.
Is it possible in anyway to change the kernel timer durations in runtime ?
Regards,
Adeel.
Hi,
Stop it via this function: https://docs.zephyrproject.org/latest/reference/kernel/timing/timers.html#c.k_timer_stop
And start it again with this function: https://docs.zephyrproject.org/latest/reference/kernel/timing/timers.html#c.k_timer_start
Kind regards,
Håkon
Hi,
Stop it via this function: https://docs.zephyrproject.org/latest/reference/kernel/timing/timers.html#c.k_timer_stop
And start it again with this function: https://docs.zephyrproject.org/latest/reference/kernel/timing/timers.html#c.k_timer_start
Kind regards,
Håkon