stm32f103
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
timer_device.h File Reference
#include <cstdint>
#include <memory>
#include "timer.h"
Include dependency graph for timer_device.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  TimerDevice
 Implements device-level abstraction for TIM deivces. More...
 
struct  TimerDevice::Config
 Configuration for TIM device. More...
 

Functions

void TimerDeviceTriggerListener (const TimerDevice::Timers tim_device)
 Bridging fuinction between IRQ Handler and external user-defined listener. More...
 

Function Documentation

void TimerDeviceTriggerListener ( const TimerDevice::Timers  tim_device)

Bridging fuinction between IRQ Handler and external user-defined listener.

Parameters
tim_deviceTIM device triggered

Here is the call graph for this function:

Here is the caller graph for this function: