drv_watchdog.h

来自「Enhanced LPC213x device drivers,tools AD」· C头文件 代码 · 共 8 行

H
8
字号
#ifndef Drv_WatchDog_h
#define Drv_WatchDog_h

extern void WatchDog_Start(unsigned int Xms);
extern void WatchDogStart(unsigned int Xms);
extern void WatchDogClear(void);

#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?