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_features_t Struct Reference
[Watchdog HAL API]
Watchdog features. More...
#include <watchdog_api.h>
Data Fields | |
uint32_t | max_timeout |
Maximum timeout value for the watchdog in milliseconds. | |
bool | update_config |
You can update the watchdog configuration after the watchdog has started. | |
bool | disable_watchdog |
You can stop the watchdog after it starts without a reset. | |
uint32_t | clock_typical_frequency |
Typical frequency of not calibrated watchdog clock in Hz. | |
uint32_t | clock_max_frequency |
Maximum frequency of not calibrated watchdog clock in Hz. |
Detailed Description
Watchdog features.
Definition at line 91 of file watchdog_api.h.
Field Documentation
uint32_t clock_max_frequency |
Maximum frequency of not calibrated watchdog clock in Hz.
Definition at line 111 of file watchdog_api.h.
uint32_t clock_typical_frequency |
Typical frequency of not calibrated watchdog clock in Hz.
Definition at line 107 of file watchdog_api.h.
bool disable_watchdog |
You can stop the watchdog after it starts without a reset.
Definition at line 103 of file watchdog_api.h.
uint32_t max_timeout |
Maximum timeout value for the watchdog in milliseconds.
Definition at line 95 of file watchdog_api.h.
bool update_config |
You can update the watchdog configuration after the watchdog has started.
Definition at line 99 of file watchdog_api.h.
Generated on Tue Jul 12 2022 13:55:38 by
