|
Zephyr Project API 4.4.0-rc3
A Scalable Open Source RTOS
|
@driver_ops{Watchdog} More...
#include <watchdog.h>
Data Fields | |
| wdt_api_setup | setup |
| @driver_ops_mandatory Set up watchdog instance. | |
| wdt_api_disable | disable |
| @driver_ops_mandatory Disable watchdog instance. | |
| wdt_api_install_timeout | install_timeout |
| @driver_ops_mandatory Install a new timeout. | |
| wdt_api_feed | feed |
| @driver_ops_mandatory Feed specified watchdog timeout. | |
@driver_ops{Watchdog}
| wdt_api_disable wdt_driver_api::disable |
@driver_ops_mandatory Disable watchdog instance.
| wdt_api_feed wdt_driver_api::feed |
@driver_ops_mandatory Feed specified watchdog timeout.
| wdt_api_install_timeout wdt_driver_api::install_timeout |
@driver_ops_mandatory Install a new timeout.
| wdt_api_setup wdt_driver_api::setup |
@driver_ops_mandatory Set up watchdog instance.