nuttx/sched/hrtimer
ouyangxiangzhen 6bd9ef6992 sched/hrtimer: Rename the callback type to hrtimer_entry_t.
This commit renamed the callback type to `hrtimer_entry_t`, aligning with
the `wdentry_t` in wdog..

Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com>
2026-01-08 22:26:11 +08:00
..
CMakeLists.txt
hrtimer.h [EXPERIMENTAL]sched/hrtimr: Allow running/armed hrtimer to be restarted 2026-01-06 23:14:04 +08:00
hrtimer_cancel.c sched/hrtimer: Fix functional correctness issue. 2026-01-08 22:26:11 +08:00
hrtimer_initialize.c [EXPERIMENTAL]sched/hrtimr: Allow running/armed hrtimer to be restarted 2026-01-06 23:14:04 +08:00
hrtimer_process.c sched/hrtimer: Rename the callback type to hrtimer_entry_t. 2026-01-08 22:26:11 +08:00
hrtimer_start.c [EXPERIMENTAL]sched/hrtimr: Allow running/armed hrtimer to be restarted 2026-01-06 23:14:04 +08:00
Make.defs