Files
Shmingo-HAL/Core/Include/Reg/SHAL_TIM_REG.h
2025-08-27 23:06:57 -07:00

12 lines
173 B
C

#ifndef SHAL_TIM_REG
#define SHAL_TIM_REG
#include "stm32f0xx.h" // Or your device header
enum class S_TIM{ //Sample
S_TIM_1 = 0xFFA0,
S_TIM_2 = 0xFF,
};
#endif