Documented the Power Management subsystem which includes the power management hook interface, device power management, device busy status interfac and other APIs. Also included is a guide to writing Power Management applications. This has 2 parts. One is the general description of the infrastructure and the PMA writing guide which goes in the 'subsystem' area. Other is the API description that gets automatically pulled in from the comments in the source files. The API description goes into the section where all other Zephyr APIs are put. Change-Id: Id630209b23f931a8fcccb6f59428610298486743 Signed-off-by: Ramesh Thomas <ramesh.thomas@intel.com>
26 lines
680 B
ReStructuredText
26 lines
680 B
ReStructuredText
.. _api:
|
|
|
|
API Documentation
|
|
#################
|
|
|
|
Welcome to the Zephyr Project's :abbr:`API (Application Programing Interface)`
|
|
documentation.
|
|
|
|
This section contains the API documentation automatically extracted from the
|
|
code. To ease navigation, we have split the APis in nanokernel APIs and
|
|
microkernel APIs. If you are looking for a specific API, enter it on the
|
|
search box. The search results display all sections containing information
|
|
about that API.
|
|
|
|
The use of the Zephyr APIs is the same for all platforms and boards.
|
|
|
|
.. toctree::
|
|
:maxdepth: 2
|
|
|
|
nanokernel_api.rst
|
|
microkernel_api.rst
|
|
device.rst
|
|
io_interfaces.rst
|
|
event_logger.rst
|
|
power_management_api
|