stm32f103
All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Timer Class Reference

Implements an abstraction layer for TIM. More...

#include <timer.h>

Classes

struct  Config
 Configuration for an individual TIM. More...
 

Public Member Functions

 Timer (const Config &config)
 Constructor for Timer. More...
 
void EnableInterrupt ()
 Enables interrupt handling for this timer. More...
 

Protected Member Functions

void Init (uint16_t prescaler, uint16_t period)
 Performs initialization for this TIM. More...
 

Detailed Description

Implements an abstraction layer for TIM.

Note
TIM is love, TIM is life.

Constructor & Destructor Documentation

Timer::Timer ( const Config config)
explicit

Constructor for Timer.

Parameters
configTIM configuration

Here is the call graph for this function:

Member Function Documentation

void Timer::EnableInterrupt ( )

Enables interrupt handling for this timer.

void Timer::Init ( uint16_t  prescaler,
uint16_t  period 
)
protected

Performs initialization for this TIM.

Parameters
prescaler
period

Here is the caller graph for this function:


The documentation for this class was generated from the following files: