📄 opencapture4.c
字号:
#include <incap.h>
#ifdef _IC4IF
/********************************************************************
* Function Name: OpenCapture4 *
* Description: This routine include configuring clock , *
* number of capture per interrupt ,capture mode *
* Parameters: unsigned int config *
* Return Value: None *
********************************************************************/
void OpenCapture4( unsigned int config)
{
/* Config contains Clock source, number of Captures per interuppt
and Capture Mode */
IC4CON = config;
}
#else
#warning "Does not build on this target"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -