Go to the source code of this file.
◆ zrtos_time_t
◆ zrtos_time_ticks_t
◆ zrtos_time__get_microseconds()
Definition at line 32 of file time.h.
34 .
ts = zrtos_board__get_microseconds()
◆ zrtos_time__get_milliseconds()
Definition at line 39 of file time.h.
41 .
ts = zrtos_board__get_microseconds() / 1000
◆ zrtos_time__get_seconds()
Definition at line 46 of file time.h.
48 .
ts = zrtos_board__get_microseconds() / 1000000
◆ zrtos_time__get_ticks()
Definition at line 25 of file time.h.
27 .
ticks = zrtos_board__get_ticks();