#ifndef __TIM_H #define __TIM_H #include "sys.h" void TIMx_Init(TIM_TypeDef* Timx, u16 Tout); #endif