mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 21:36:28 +08:00
Documentation/reference/os/time_clock: fix indentation in HR Timer description
This patch fixes formatting error in desription of High Resolution Timer. Using indentation to (presumably) align non-bold text right of the bold text did not have the desired effect, instead the line was split into two and the second line was handled as an indented paragraph. Signed-off-by: Kerogit <kr.git@kerogit.eu>
This commit is contained in:
@@ -648,12 +648,12 @@ which delivers true nanosecond-level precision. HRTimer primarily provides
|
||||
the following functional interfaces:
|
||||
|
||||
**Set a timer in nanoseconds**: Configure a software timer to trigger at
|
||||
a specified nanosecond time.
|
||||
a specified nanosecond time.
|
||||
|
||||
**Cancel a timer**: Cancel the software timer.
|
||||
|
||||
**Handle timer timeout**: Execute timeout processing after the timer event
|
||||
is triggered.
|
||||
is triggered.
|
||||
|
||||
A user can register an hrtimer callback to execute after a specified delay.
|
||||
The callback runs in the timer interrupt context, so only limited NuttX interfaces
|
||||
|
||||
Reference in New Issue
Block a user