Loading...
Searching...
No Matches
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
37
38#ifdef __cplusplus
39extern "C"
40{
41#endif
42
46void wdog_disable(void);
47
48#ifdef __cplusplus
49}
50#endif
51
void wdog_disable(void)
Disable hardware watchdog.