📄 drv_interrupt.h
字号:
/************************************************************************/
/* */
/* Copyright (C) 2006 Oki Electric Industry Co., LTD. */
/* */
/* System Name : uPLAT7D series */
/* Module Name : uPLAT7D interrupt drivers program */
/* File Name : drv_interrupt.h */
/* Date : 2005/12/26 initial version */
/* */
/************************************************************************/
#ifndef DRV_INTERRUPT_H
#define DRV_INTERRUPT_H
/******************************/
/* Functions declaration */
/******************************/
int16_t smpDrv_OpenInterrupt(const uPLAT_InterruptParam *param);
int16_t smpDrv_CloseInterrupt(void);
#endif /* end of DRV_INTERRUPT_H */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -