41.2.6 wdt_disable
Disable watchdog timer.
static int32_t wdt_disable(
struct wdt_descriptor *const wdt
)
Parameters
- wdt
-
Type: struct wdt_descriptor Struct *const
The pointer to the HAL WDT instance.
Returns
Type: int32_t
Operation status of init
- 0
-
Completed sucessfully.
- -1
-
Always on, can't disable.