Add first timer files
This commit is contained in:
10
Core/Include/Reg/SHAL_TIM_REG.h
Normal file
10
Core/Include/Reg/SHAL_TIM_REG.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef SHAL_TIM_REG
|
||||
#define SHAL_TIM_REG
|
||||
|
||||
|
||||
enum class S_TIM{ //Sample
|
||||
TIM1 = 0xFFA0,
|
||||
TIM2,
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user