incubator-nuttx/include/nuttx/timers
raiden00pl 3345e0caf9 include/nuttx/timers/oneshot.h: fix gcc14 errors
/home/raiden00/git/RTOS/nuttx/nuttx/include/nuttx/timers/oneshot.h: In function 'oneshot_max_delay':
/home/raiden00/git/RTOS/nuttx/nuttx/include/nuttx/timers/oneshot.h:272:3: error: implicit declaration of function 'timespec_from_tick' [-Wimplicit-function-declaration]
  272 |   timespec_from_tick(ts, tick);
      |   ^~~~~~~~~~~~~~~~~~
/home/raiden00/git/RTOS/nuttx/nuttx/include/nuttx/timers/oneshot.h: In function 'oneshot_start':
/home/raiden00/git/RTOS/nuttx/nuttx/include/nuttx/timers/oneshot.h:285:10: error: implicit declaration of function 'timespec_to_tick'; did you mean 'timespec_get'? [-Wimplicit-function-declaration]
  285 |   tick = timespec_to_tick(ts);
      |          ^~~~~~~~~~~~~~~~
      |          timespec_get
2024-06-13 02:21:29 +08:00
..
arch_alarm.h
arch_rtc.h
arch_timer.h
capture.h drivers/timers/capture.c: add support of pwm capture driver 2022-06-28 10:35:43 +08:00
cs2100-cp.h Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
ds3231.h
mcp794xx.h timers/mcp794xx: add option to digital trimming 2024-05-28 16:34:41 -03:00
oneshot.h include/nuttx/timers/oneshot.h: fix gcc14 errors 2024-06-13 02:21:29 +08:00
pcf85263.h
pl031.h fix nxstyle 2024-05-03 14:15:56 -03:00
pwm.h include/nuttx/timers/pwm.h: add dcpol attribute to pwm_chan_s 2024-04-05 17:14:23 -03:00
rpmsg_rtc.h
rtc.h
rx8010.h Add EPSON RX8010SJ I2C RTC timer support 2022-02-26 11:47:24 -03:00
timer.h arch_timer: adjust timer/arch_timer to support tick 2022-11-01 21:53:08 +08:00
watchdog.h watchdog: Support auto monitor keep alive from oneshot lowerhalf 2022-09-20 22:04:36 +02:00