forked from SZV10X_Software/SZV103_FM33A0xxEV_SiZhu

jinlicong
2024-06-06 b39a40b0191e0a8b155db74e885ff66e17b91896
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#ifndef _TIM_H_
#define _TIM_H_
 
#include "define_all.h" 
 
 
#define FIRST_POWER_TIM_MAX 3
 
 
 
 
 
 
void BasicTimer16_Init(BT_Type* BTx,uint8_t Psc,uint16_t Arr);
void TxtendTimer16_Init(ET_Type* ETx,uint8_t Psc,uint16_t Arr);
void BsTimer_Init(uint16_t Psc,uint32_t Arr);
void LowPowerTimer_Init(uint32_t Arr);
#endif