hal_timer.h 131 B

12345678
  1. #ifndef __HAL_TIMER_H__
  2. #define __HAL_TIMER_H__
  3. #include "sys.h"
  4. void HAL_Timer3Init(u16 arr,u16 psc);
  5. #endif //__HAL_TIMER_H__