NULL
This commit is contained in:
11
user/MCU/lhl_lptimer.h
Executable file → Normal file
11
user/MCU/lhl_lptimer.h
Executable file → Normal file
@@ -16,12 +16,19 @@
|
||||
/*==================================================================================*/
|
||||
//USER
|
||||
/*==================================================================================*/
|
||||
|
||||
|
||||
|
||||
|
||||
#define PrimaryTimer LPTIM1
|
||||
#define StartPrimaryTimerInterval( uploadCounter ) StartLPTimer1(uploadCounter )
|
||||
#define ResetPrimaryTimerInterval( uploadCounter ) ResetLPTimer1(uploadCounter)
|
||||
|
||||
void StartLPTimer1(u16 uploadCounter);
|
||||
void ResetLPTimer1(u16 uploadCounter);
|
||||
void StopLPTimer1(void);
|
||||
void StartLPTimer2(u16 uploadCounter);
|
||||
void ResetLPTimer2(u16 uploadCounter);
|
||||
void StopLPTimer2(void);
|
||||
|
||||
|
||||
/*==================================================================================*/
|
||||
//<2F>ص<EFBFBD><D8B5><EFBFBD><EFBFBD><EFBFBD>
|
||||
|
||||
Reference in New Issue
Block a user