wdog.h
Go to the documentation of this file.
1 /*
2  * SPDX-FileCopyrightText: 2015 PHYTEC Messtechnik GmbH
3  * SPDX-FileCopyrightText: 2015 Eistec AB
4  * SPDX-License-Identifier: LGPL-2.1-only
5  */
6 
7 #pragma once
8 
38 #ifdef __cplusplus
39 extern "C"
40 {
41 #endif
42 
46 void wdog_disable(void);
47 
48 #ifdef __cplusplus
49 }
50 #endif
51 
void wdog_disable(void)
Disable hardware watchdog.