Speeduino
Loading...
Searching...
No Matches
Typedefs | Functions
interruptHandlers.h File Reference
#include <stdint.h>

Go to the source code of this file.

Typedefs

using setTimerCallback_t = void(*)(uint16_t tickDelta)
 

Functions

template<typename TPwmChannel >
static void pwmISR (TPwmChannel &pwmChannel, setTimerCallback_t setTimerCallback)
 

Typedef Documentation

◆ setTimerCallback_t

using setTimerCallback_t = void(*)(uint16_t tickDelta)

Function Documentation

◆ pwmISR()

template<typename TPwmChannel >
static void pwmISR ( TPwmChannel &  pwmChannel,
setTimerCallback_t  setTimerCallback 
)
inlinestatic