nuttx/sched/clock
ligd 6a2c03732f clock: Replace all ts and tick conversion functions
Using the ts/tick conversion functions provided in clock.h

Do this caused we want speed up the time calculation, so change:
clock_time2ticks, clock_ticks2time, clock_timespec_add,
clock_timespec_compare, clock_timespec_subtract... to MACRO

Signed-off-by: ligd <liguiding1@xiaomi.com>
2024-09-12 18:14:39 +08:00
..
clock_abstime2ticks.c clock: Replace all ts and tick conversion functions 2024-09-12 18:14:39 +08:00
clock_adjtime.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
clock_dow.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
clock_gettime.c clock: use clock_timespec_add/subtract to optimize code 2024-09-12 18:14:39 +08:00
clock_initialize.c clock: use clock_timespec_add/subtract to optimize code 2024-09-12 18:14:39 +08:00
clock_perf.c clock: Replace all ts and tick conversion functions 2024-09-12 18:14:39 +08:00
clock_settime.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
clock_systime_ticks.c clock: Replace all ts and tick conversion functions 2024-09-12 18:14:39 +08:00
clock_systime_timespec.c clock: Replace all ts and tick conversion functions 2024-09-12 18:14:39 +08:00
clock_timekeeping.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
clock_timekeeping.h sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
clock.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
clock.h sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
CMakeLists.txt sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
Make.defs sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00