#ifndef _TIM4_H__ #define _TIM4_H__ void TIM4_Init(void); void TIM4_Enable(void); void TIM4_Disable(void); #endif /* _TIM4_H__ */