HF Interface Wrapper 0.1.0-dev
Embedded C++ hardware abstraction layer
Loading...
Searching...
No Matches
StmPeriodicTimer.h File Reference

STM32 Periodic Timer — wraps TIM_HandleTypeDef for periodic callbacks. More...

#include "BasePeriodicTimer.h"
#include "StmTypes.h"
Include dependency graph for StmPeriodicTimer.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  StmPeriodicTimer
 STM32 Periodic Timer implementation. More...
 
struct  StmPeriodicTimer::DispatchEntry
 

Detailed Description

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.

Author
HardFOC
Date
2025