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
Gregory Nutt
b4423c1eed
Make some file section headers more consistent with standard
2015-04-08 06:47:36 -06:00
..
clock_abstime2ticks.c
…
clock_dow.c
…
clock_getres.c
Make some file section headers more consistent with standard
2015-04-08 06:47:36 -06:00
clock_gettime.c
When an RTC is used, clock_systimespec() must subtract the basetime from the RTC time
2015-02-25 07:24:03 -06:00
clock_initialize.c
Make some file section headers more consistent with standard
2015-04-08 06:47:36 -06:00
clock_settime.c
Make some file section headers more consistent with standard
2015-04-08 06:47:36 -06:00
clock_systimer.c
Fix a problem in clock_systimer64 that occurs when (1) the 64-bit system time is enabled, and (2) the value of CONFIG_USEC_PER_TICK is less than 1 millisconds (such as when using the tickless mode of operation). In that case, the convertion of time to 64-bit millisecond value in clock_systmer64() causes some bad times to be returned. Time was converted to milliseconds, then to configured ticks. Precision was lost in the millisecond convertion.
2015-02-13 06:13:47 -06:00
clock_systimespec.c
When an RTC is used, clock_systimespec() must subtract the basetime from the RTC time
2015-02-25 07:24:03 -06:00
clock_ticks2time.c
Make some file section headers more consistent with standard
2015-04-08 06:47:36 -06:00
clock_time2ticks.c
Make some file section headers more consistent with standard
2015-04-08 06:47:36 -06:00
clock.h
…
Make.defs
…