semf
stm32f4timer.h
Go to the documentation of this file.
1
10#ifndef SEMF_HARDWAREABSTRACTION_STM32F4_STM32F4TIMER_H_
11#define SEMF_HARDWAREABSTRACTION_STM32F4_STM32F4TIMER_H_
12
14
15#if defined(STM32F4) && defined(HAL_TIM_MODULE_ENABLED)
16namespace semf
17{
21class Stm32F4Timer: public Stm32Timer
22{
23public:
25};
26} /* namespace semf */
27#endif
28#endif /* SEMF_HARDWAREABSTRACTION_STM32F4_STM32F4TIMER_H_ */
Stm32Timer(TIM_HandleTypeDef &hwHandle)
Constructor.
Definition: stm32timer.cpp:24