Provide time related function specific to the platform. More...
Go to the source code of this file.
Enumerations | |
| enum | time_origin_t { SINCE_BOOT, SINCE_EPOCH } |
Time origin. More... | |
Functions | |
| void | time_init (uint32_t sec, uint32_t usec) |
| Initialize time. | |
| int | get_time (enum time_origin_t origin, uint32_t *sec, uint32_t *usec) |
| Get current time. | |
| int | get_time_us (enum time_origin_t origin, uint64_t *usec) |
| Get current time. | |
Provide time related function specific to the platform.
Copyright (C) RivieraWaves 2011-2019
Definition in file nx_time.h.
1.6.1