zephyr/doc/api/api.rst
Michał Kruszewski 0c2ef4ea3d drivers: watchdog: Watchdog API redesign
New API enables setting watchdog timeout in the unit of microseconds.
It is possible to configure watchdog timer behavior in CPU sleep state
as well as when it is halted by the debugger.
It supports watchdogs with multiple reload channels.

Jira: ZEP-2564

Signed-off-by: Michał Kruszewski <michal.kruszewski@nordicsemi.no>
Signed-off-by: Karol Lasończyk <karol.lasonczyk@nordicsemi.no>
2018-05-14 10:28:23 -05:00

29 lines
651 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. 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 Zephyr APIs are used the same way on all SoCs and boards.
.. toctree::
:maxdepth: 2
kernel_api.rst
device.rst
bluetooth.rst
networking.rst
io_interfaces.rst
timer_counter_interfaces.rst
power_management_api
file_system
display_api
misc_api