第一次提交,修改保存刷写上位机IP
This commit is contained in:
64
interface_wdt.h
Normal file
64
interface_wdt.h
Normal file
@@ -0,0 +1,64 @@
|
||||
#ifndef _INTERFACE_WDT_H_
|
||||
#define _INTERFACE_WDT_H_
|
||||
|
||||
#include <sdrv_watchdog.h>
|
||||
|
||||
|
||||
|
||||
#define WDT_OUTms 1600
|
||||
|
||||
|
||||
|
||||
|
||||
//<2F>ⲿ<EFBFBD><E2B2BF><EFBFBD><EFBFBD>
|
||||
void wdt_init(uint32_t timeoutms);
|
||||
|
||||
|
||||
|
||||
|
||||
void External_wdt_refresh(void);
|
||||
|
||||
//<2F>ⲿ<EFBFBD><E2B2BF><EFBFBD><EFBFBD>
|
||||
extern sdrv_wdt_t *wdt_type;
|
||||
|
||||
//
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
#endif /* _INTERFACE_WDT_H_*/
|
||||
Reference in New Issue
Block a user