arduino-audio-tools
Public Member Functions | Protected Attributes | List of all members
TimerAlarmRepeatingDriverSTM32 Class Reference

STM32 Repeating Timer functions for repeated execution: Plaease use the typedef TimerAlarmRepeating. More...

#include <AudioTimerSTM32.h>

Inheritance diagram for TimerAlarmRepeatingDriverSTM32:
TimerAlarmRepeatingDriverBase

Public Member Functions

bool begin (repeating_timer_callback_t callback_f, uint32_t time, TimeUnit unit=MS) override
 
void * callbackParameter ()
 
bool end () override
 
void setCallbackParameter (void *obj)
 
virtual void setIsSave (bool is_save)
 Not used.
 
void setTimer (int timerIdx) override
 selects the timer: 0 = TIM1, 1 = TIM2,2 = TIM3, 3 = TIM4, 4 = TIM5
 
virtual void setTimerFunction (TimerFunction function=DirectTimerCallback)
 

Protected Attributes

void * object = nullptr
 
HardwareTimer * timer = nullptr
 
int timer_index
 
TIM_TypeDef * timers [6] = {TIM1, TIM2, TIM3, TIM4, TIM5}
 

Detailed Description

STM32 Repeating Timer functions for repeated execution: Plaease use the typedef TimerAlarmRepeating.

Author
Phil Schatzmann

Member Function Documentation

◆ begin()

bool begin ( repeating_timer_callback_t  callback_f,
uint32_t  time,
TimeUnit  unit = MS 
)
inlineoverridevirtual

Starts the alarm timer

Implements TimerAlarmRepeatingDriverBase.


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