Zephyr Project API 4.4.0-rc3
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
wdt_driver_api Struct Reference

@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.

Detailed Description

@driver_ops{Watchdog}

Field Documentation

◆ disable

wdt_api_disable wdt_driver_api::disable

@driver_ops_mandatory Disable watchdog instance.

◆ feed

wdt_api_feed wdt_driver_api::feed

@driver_ops_mandatory Feed specified watchdog timeout.

◆ install_timeout

wdt_api_install_timeout wdt_driver_api::install_timeout

@driver_ops_mandatory Install a new timeout.

◆ setup

wdt_api_setup wdt_driver_api::setup

@driver_ops_mandatory Set up watchdog instance.


The documentation for this struct was generated from the following file: