ESOS32
ESOSOn32-bitProcessors
esos_hwxxx_wdog.h
Go to the documentation of this file.
1 /*
2  * "Copyright (c) 2019 J. W. Bruce ("AUTHOR(S)")"
3  * All rights reserved.
4  * (J. W. Bruce, jwbruce_AT_tntech.edu, Tennessee Tech University)
5  *
6  * Permission to use, copy, modify, and distribute this software and its
7  * documentation for any purpose, without fee, and without written agreement is
8  * hereby granted, provided that the above copyright notice, the following
9  * two paragraphs and the authors appear in all copies of this software.
10  *
11  * IN NO EVENT SHALL THE "AUTHORS" BE LIABLE TO ANY PARTY FOR
12  * DIRECT, INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES ARISING OUT
13  * OF THE USE OF THIS SOFTWARE AND ITS DOCUMENTATION, EVEN IF THE "AUTHORS"
14  * HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
15  *
16  * THE "AUTHORS" SPECIFICALLY DISCLAIMS ANY WARRANTIES,
17  * INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY
18  * AND FITNESS FOR A PARTICULAR PURPOSE. THE SOFTWARE PROVIDED HEREUNDER IS
19  * ON AN "AS IS" BASIS, AND THE "AUTHORS" HAS NO OBLIGATION TO
20  * PROVIDE MAINTENANCE, SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS."
21  *
22  * Please maintain this header in its entirety when copying/modifying
23  * these files.
24  *
25  *
26  */
27 
33 #ifndef _ESOS_hwxxx_WDOG_H
34 #define _ESOS_hwxxx_WDOG_H
35 
36 /* I N C L U D E S **********************************************************/
37 #include "esos.h"
38 #include "esos_wdog.h"
39 #include "esos_hwxxx.h"
40 
41 /* D E F I N I T I O N S ****************************************************/
42 
43 /* E X T E R N S ************************************************************/
44 
45 /* M A C R O S **************************************************************/
46 
47 /* P U B L I C P R O T O T Y P E S *****************************************/
48 extern void _esos_hw_wdog_initWatchdog(uint32_t u32_msBetweenWdogResets );
49 extern void _esos_hw_wdog_feedWatchdog( void ) ;
50 
51 // Documentation for this file. If the \file tag isn't present,
52 // this file won't be documented.
53 
54 /* ########################################################################### */
55 
56 
57 #endif // end ESOS_hwxxx_WDOG_H
_esos_hw_wdog_feedWatchdog
void _esos_hw_wdog_feedWatchdog(void)
esos_hwxxx.h
This is the master include file template for the target hardware (hwxxxx)
esos.h
esos_wdog.h
_esos_hw_wdog_initWatchdog
void _esos_hw_wdog_initWatchdog(uint32_t u32_ticksBetweenWatchdogResets)