mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-13 05:01:56 +00:00
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>
29 lines
651 B
ReStructuredText
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
|