Doxygen clarification to etimer_reset and ctimer_reset
This commit is contained in:
parent
8472cf8bbe
commit
2a66edfd6b
@ -76,7 +76,8 @@ struct ctimer {
|
|||||||
* is the exact time that the callback timer last
|
* is the exact time that the callback timer last
|
||||||
* expired. Therefore, this function will cause the timer
|
* expired. Therefore, this function will cause the timer
|
||||||
* to be stable over time, unlike the ctimer_restart()
|
* to be stable over time, unlike the ctimer_restart()
|
||||||
* function.
|
* function. If this is executed before the timer expired,
|
||||||
|
* this function has no effect.
|
||||||
*
|
*
|
||||||
* \sa ctimer_restart()
|
* \sa ctimer_restart()
|
||||||
*/
|
*/
|
||||||
|
@ -107,7 +107,8 @@ void etimer_set(struct etimer *et, clock_time_t interval);
|
|||||||
* is the exact time that the event timer last
|
* is the exact time that the event timer last
|
||||||
* expired. Therefore, this function will cause the timer
|
* expired. Therefore, this function will cause the timer
|
||||||
* to be stable over time, unlike the etimer_restart()
|
* to be stable over time, unlike the etimer_restart()
|
||||||
* function.
|
* function. If this is executed before the timer expired,
|
||||||
|
* this function has no effect.
|
||||||
*
|
*
|
||||||
* \sa etimer_restart()
|
* \sa etimer_restart()
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user