9 lines
157 B
C
9 lines
157 B
C
//硬件定时器库
|
|
|
|
#ifndef __TIM_H
|
|
#define __TIM_H
|
|
|
|
void TIM_Set(TIM_TypeDef *TIMx, double _ulFreq, uint8_t _PreemptionPriority, uint8_t _SubPriority);
|
|
|
|
#endif
|