16 lines
191 B
C
16 lines
191 B
C
|
|
|
|||
|
|
#ifndef __IWDOG_H__
|
|||
|
|
#define __IWDOG_H__
|
|||
|
|
|
|||
|
|
#include "config.h"
|
|||
|
|
|
|||
|
|
// <20><>ʼ<EFBFBD><CABC><EFBFBD><EFBFBD><EFBFBD>Ź<EFBFBD>
|
|||
|
|
// ms <20><><EFBFBD>Ź<EFBFBD><C5B9><EFBFBD>λʱ<CEBB>䣬<EFBFBD><E4A3AC>λ<EFBFBD><CEBB>ms<6D><73>֧<EFBFBD><D6A7><EFBFBD><EFBFBD><EFBFBD><EFBFBD>ֵ 6553
|
|||
|
|
void InitIWDog(u16 ms);
|
|||
|
|
|
|||
|
|
// ι<><CEB9>
|
|||
|
|
void FeedIWDog(void);
|
|||
|
|
|
|||
|
|
|
|||
|
|
#endif
|