This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
sched
/
clock
History
Jussi Kivilinna
e835803166
yslog: use monotonic clock for timestamp when available
2017-04-26 10:38:15 -06:00
..
clock_abstime2ticks.c
clock: Add new type ssystime_t for relative 64-bit ticks, change ticks<->time conversion functions to use ssystime_t
2017-04-21 08:51:31 -06:00
clock_dow.c
…
clock_getres.c
…
clock_gettime.c
clock: add clock_resynchronize and use subseconds RTC
2017-04-21 08:45:57 -06:00
clock_initialize.c
yslog: use monotonic clock for timestamp when available
2017-04-26 10:38:15 -06:00
clock_settime.c
…
clock_systimer.c
sched/clock: Correct calculation for the case of Tickless mode with a 32-bit timer. In that case, the calculation was returning millisecond accuracy. That is not good when the timer accuracy is < 1 msec.
2016-11-19 09:55:21 -06:00
clock_systimespec.c
…
clock_ticks2time.c
clock: Add new type ssystime_t for relative 64-bit ticks, change ticks<->time conversion functions to use ssystime_t
2017-04-21 08:51:31 -06:00
clock_time2ticks.c
clock: Add new type ssystime_t for relative 64-bit ticks, change ticks<->time conversion functions to use ssystime_t
2017-04-21 08:51:31 -06:00
clock_timekeeping.c
…
clock_timekeeping.h
sched/: Review and correct some stylistic inconsistencies
2016-08-07 08:32:11 -06:00
clock_timespec_add.c
…
clock_timespec_subtract.c
…
clock.h
clock: Add new type ssystime_t for relative 64-bit ticks, change ticks<->time conversion functions to use ssystime_t
2017-04-21 08:51:31 -06:00
Make.defs
…