wdog.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2015 PHYTEC Messtechnik GmbH
3  * Copyright (C) 2015 Eistec AB
4  *
5  * This file is subject to the terms and conditions of the GNU Lesser General
6  * Public License v2.1. See the file LICENSE in the top level directory for more
7  * details.
8  */
9 
10 #pragma once
11 
41 #ifdef __cplusplus
42 extern "C"
43 {
44 #endif
45 
49 void wdog_disable(void);
50 
51 #ifdef __cplusplus
52 }
53 #endif
54 
void wdog_disable(void)
Disable hardware watchdog.