The documentation for le_timer_SetInterval()
legato.io/legato-docs/latest/le_ … 9d527bbd43
does not state the units of the interval value ![]()
![]()
I guess it’s not milliseconds, as there’s a separate call for that - le_timer_SetMsInterval()
So what is it ![]()
The documentation for le_timer_SetInterval()
legato.io/legato-docs/latest/le_ … 9d527bbd43
does not state the units of the interval value ![]()
![]()
I guess it’s not milliseconds, as there’s a separate call for that - le_timer_SetMsInterval()
So what is it ![]()
Oh I see - the value is an le_clk_Time_t struct containing seconds & microseconds.
![]()