Revises documentation for the kernel clocks to align it with the actual behavior of the unified kernel. Revises documentation for the kernel timer object type to provide users with a more compact and intuitive API that supports (directly or indirectly) the capabilities of the now defunct microkernel timer and nanokernel timer object types. Note: A separate commit will be used to implement the revised timer API described here. Change-Id: Ifa4306c76e1c3e2aab1c0b55031df4179ac2a6b9 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
14 lines
216 B
ReStructuredText
14 lines
216 B
ReStructuredText
.. _timing_v2:
|
|
|
|
Timing
|
|
######
|
|
|
|
This section describes the kernel's time-based services, such as
|
|
specifying time delays or for measuring the passage of time.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
clocks.rst
|
|
timers.rst
|