Loading...
Searching...
No Matches
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
39#ifndef WDOG_H
40#define WDOG_H
41
42#ifdef __cplusplus
43extern "C"
44{
45#endif
46
50void wdog_disable(void);
51
52#ifdef __cplusplus
53}
54#endif
55
56#endif /* WDOG_H */
void wdog_disable(void)
Disable hardware watchdog.