HALFRED
0.4.0
Main Page
Modules
Files
Index
trunk
src
hal
inc
hal_wdt.h
Go to the documentation of this file.
1
10
#ifndef HAL_WDT_H
11
#define HAL_WDT_H
12
13
14
#define WDT_Enable(period) HAL_PORT_WDT_Enable(period)
15
16
#define WDT_Disable() HAL_PORT_WDT_Disable()
17
18
#define WDT_Feed() HAL_PORT_WDT_Feed()
19
20
21
#endif
/* HAL_WDT_H */
Generated on Mon Feb 25 2019 13:43:42 for HALFRED by
1.8.7