We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 304194e commit e475b43Copy full SHA for e475b43
include/zephyr/kernel.h
@@ -1741,6 +1741,9 @@ void k_timer_init(struct k_timer *timer,
1741
* The timer's status is reset to zero and the timer begins counting down
1742
* using the new duration and period values.
1743
*
1744
+ * This routine neither updates nor has any other effect on the specified
1745
+ * timer if @a duration is K_FOREVER.
1746
+ *
1747
* @param timer Address of timer.
1748
* @param duration Initial timer duration.
1749
* @param period Timer period.
0 commit comments