📄 hal_timer.h
字号:
/***********************************************************************************
Filename: hal_timer.h
Copyright 2007 Texas Instruments, Inc.
***********************************************************************************/
#ifndef HAL_TIMER_H
#define HAL_TIMER_H
#ifdef __cplusplus
extern "C" {
#endif
#include <hal_types.h>
//----------------------------------------------------------------------------------
// Function declarations
//----------------------------------------------------------------------------------
void halTimerInit(uint16 rate);
void halTimerRestart(void);
void halTimerIntConnect(ISR_FUNC_PTR isr);
void halTimerIntEnable(void);
void halTimerIntDisable(void);
#ifdef __cplusplus
}
#endif
/**********************************************************************************/
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -