le_timer_SetInterval() - Units?

The documentation for le_timer_SetInterval()

legato.io/legato-docs/latest/le_ … 9d527bbd43

does not state the units of the interval value :exclamation:

:open_mouth:

I guess it’s not milliseconds, as there’s a separate call for that - le_timer_SetMsInterval()

So what is it :question:

Oh I see - the value is an le_clk_Time_t struct containing seconds & microseconds.

:blush: