Using nrfx_timer_extended_compare I would like to periodically adjust the compare value of a running timer. It seems to work without disabling the timer before this and re-enabling the timer after. Are there any implications with modifying the compare value on-the-fly in this manner without disabling the timer first?