Functions | |
uint32_t | ltrx_elapsed_time_current_ms (uint32_t time_mark) |
Measure time since time mark. More... | |
uint32_t | ltrx_get_uptime_ms (void) |
Get device uptime. More... | |
uint32_t | ltrx_timemark (void) |
Get time mark. More... | |
uint32_t ltrx_elapsed_time_current_ms | ( | uint32_t | time_mark | ) |
Measure time since time mark.
Computes the time duration since the designated time mark was obtained.
[in] | time_mark | Time mark from earlier call to ltrx_timemark(). |
uint32_t ltrx_get_uptime_ms | ( | void | ) |
Get device uptime.
uint32_t ltrx_timemark | ( | void | ) |
Get time mark.
Gets a time mark that can later be input to ltrx_elapsed_time_current_ms() to measure the elapsed time.