-
Is there unix time counter in Zephyr? void set_unix_time(time_t);
time_t get_unix_time(void); And incremeanting is encapsulated. |
Beta Was this translation helpful? Give feedback.
Answered by
yashi
Oct 18, 2022
Replies: 1 comment
-
There are
under the POSIX API. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
GrixaYrev
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
There are
clock_gettime()
timer_gettime()
under the POSIX API.