📄 readtimer9.c
字号:
#include <timer.h>
#ifdef _T9IF
/********************************************************************
* Function Name: ReadTimer9 *
* Description: This routine reads the 16-bit value from *
* Timer Register. *
* Parameters: None *
* Return Value: unsigned int: Timer 16-bit value *
********************************************************************/
unsigned int ReadTimer9(void)
{
return (TMR9); /* Return the Timer9 register */
}
#else
#warning "Does not build on this target"
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -