Mistake on this page?
Report an issue in GitHub or email us
Data Fields
watchdog_config_t Struct Reference

Watchdog configuration. More...

#include <watchdog_api.h>

Data Fields

uint32_t timeout_ms
 Refresh value for the watchdog in milliseconds. More...
 

Detailed Description

Watchdog configuration.

Definition at line 77 of file watchdog_api.h.

Field Documentation

uint32_t timeout_ms

Refresh value for the watchdog in milliseconds.

The maximum value of this setting is platform dependent, to find the maximum value for the current platform call hal_watchdog_get_features() and check the timeout value member. The minimum valid value for this setting is 1. Attempting to initialize the watchdog with a timeout of 0 ms returns WATCHDOG_STATUS_INVALID_ARGUMENT.

Definition at line 86 of file watchdog_api.h.

Important Information for this Arm website

This site uses cookies to store information on your computer. By continuing to use our site, you consent to our cookies. If you are not happy with the use of these cookies, please review our Cookie Policy to learn how they can be disabled. By disabling cookies, some features of the site will not work.