MT7687 API Reference
LinkIt SDK v4
|
This structure defines the init config structure. More...
#include <hal_wdt.h>
Data Fields | |
hal_wdt_mode_t | mode |
Specify watchdog to reset mode or interrupt mode. More... | |
uint32_t | seconds |
Specify the watchdog timer timeout value in seconds. More... | |
This structure defines the init config structure.
For more infomation, please refer to hal_wdt_init()
hal_wdt_mode_t mode |
Specify watchdog to reset mode or interrupt mode.
For more details about the mode, please refer to Supported features in overview.
uint32_t seconds |
Specify the watchdog timer timeout value in seconds.
The minimum is 1 second and the maximum is 30 seconds.