mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 08:36:24 +08:00
Move include/nuttx/timer.h, rtc.h and watchdog.h to include/nuttx/timers/.
This commit is contained in:
@@ -4598,7 +4598,7 @@ void board_led_off(int led);
|
||||
</p>
|
||||
<ul>
|
||||
<li><b>Interface Definition</b>.
|
||||
The header file for the NuttX timer driver reside at <code>include/nuttx/timer.h</code>.
|
||||
The header file for the NuttX timer driver reside at <code>include/nuttx/timers/timer.h</code>.
|
||||
This header file includes both the application level interface to the timer driver as well as the interface between the "upper half" and "lower half" drivers.
|
||||
The timer driver uses a standard character driver framework.
|
||||
</li>
|
||||
@@ -4627,7 +4627,7 @@ void board_led_off(int led);
|
||||
</p>
|
||||
<ul>
|
||||
<li><b>Interface Definition</b>.
|
||||
The header file for the NuttX RTC driver reside at <code>include/nuttx/rtc.h</code>.
|
||||
The header file for the NuttX RTC driver reside at <code>include/nuttx/timers/rtc.h</code>.
|
||||
This header file includes both the application level interface to the RTC driver as well as the interface between the "upper half" and "lower half" drivers.
|
||||
The RTC driver uses a standard character driver framework.
|
||||
</li>
|
||||
@@ -4656,7 +4656,7 @@ void board_led_off(int led);
|
||||
</p>
|
||||
<ul>
|
||||
<li><b>Interface Definition</b>.
|
||||
The header file for the NuttX watchdog timer driver reside at <code>include/nuttx/watchdog.h</code>.
|
||||
The header file for the NuttX watchdog timer driver reside at <code>include/nuttx/timers/watchdog.h</code>.
|
||||
This header file includes both the application level interface to the watchdog timer driver as well as the interface between the "upper half" and "lower half" drivers.
|
||||
The watchdog timer driver uses a standard character driver framework.
|
||||
</li>
|
||||
|
||||
Reference in New Issue
Block a user