|
HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
|
STM32 Periodic Timer — wraps TIM_HandleTypeDef for periodic callbacks. More...
Go to the source code of this file.
Classes | |
| class | StmPeriodicTimer |
| STM32 Periodic Timer implementation. More... | |
| struct | StmPeriodicTimer::DispatchEntry |
STM32 Periodic Timer — wraps TIM_HandleTypeDef for periodic callbacks.
Users configure a hardware timer in STM32CubeMX, then pass the resulting TIM_HandleTypeDef* to this wrapper. The wrapper manages start/stop/period adjustment and dispatches the update interrupt callback to the registered function.