Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependents: TYBLE16_simple_data_logger TYBLE16_MP3_Air
watchdog_config_t Struct Reference
[Watchdog HAL API]
Watchdog configuration. More...
#include <watchdog_api.h>
Data Fields | |
uint32_t | timeout_ms |
Refresh value for the watchdog in milliseconds. |
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.
Generated on Tue Jul 12 2022 13:55:38 by
