From d4ef23f4e83d34c5d52b76e2ac367fd78f67df5b Mon Sep 17 00:00:00 2001 From: pschatzmann Date: Thu, 25 Jul 2024 11:48:19 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20doxygen=20from=20@=20pschatzma?= =?UTF-8?q?nn/arduino-audio-tools@7240ecaa3428325181cf9617d11469cc1ed921e2?= =?UTF-8?q?=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _audio_timer_s_t_m32_8h_source.html | 6 +++--- ..._1_1_timer_alarm_repeating_driver_s_t_m32-members.html | 2 +- ...o__tools_1_1_timer_alarm_repeating_driver_s_t_m32.html | 8 ++++---- search/all_13.js | 2 +- search/functions_12.js | 2 +- 5 files changed, 10 insertions(+), 10 deletions(-) diff --git a/_audio_timer_s_t_m32_8h_source.html b/_audio_timer_s_t_m32_8h_source.html index 5d0351956..899d0db76 100644 --- a/_audio_timer_s_t_m32_8h_source.html +++ b/_audio_timer_s_t_m32_8h_source.html @@ -89,11 +89,11 @@ $(function() {
26  delete this->timer;
27  }
29  void setTimer(int timerIdx) override {
-
30  setTimer(timers[timerIdx])
+
30  setTimer(timers[timerIdx]);
31  timer_index = timerIdx;
32  }
33 
-
35  void setTimer(TIM_TypeDef timerDef) override {
+
35  void setTimer(TIM_TypeDef *timerDef) {
36  if (this->timer != nullptr) {
37  delete this->timer;
38  }
@@ -143,7 +143,7 @@ $(function() {
Definition: AudioTimerBase.h:22
STM32 Repeating Timer functions for repeated execution: Please use the typedef TimerAlarmRepeating....
Definition: AudioTimerSTM32.h:20
void setTimer(int timerIdx) override
selects the timer: 0 = TIM1, 1 = TIM2,2 = TIM3, 3 = TIM4, 4 = TIM5
Definition: AudioTimerSTM32.h:29
-
void setTimer(TIM_TypeDef timerDef) override
select the timer
Definition: AudioTimerSTM32.h:35
+
void setTimer(TIM_TypeDef *timerDef)
select the timer
Definition: AudioTimerSTM32.h:35
bool begin(repeating_timer_callback_t callback_f, uint32_t time, TimeUnit unit=MS) override
Definition: AudioTimerSTM32.h:48
TimeUnit
Time Units.
Definition: AudioTypes.h:43
Generic Implementation of sound input and output for desktop environments using portaudio.
Definition: AnalogAudioArduino.h:12
diff --git a/classaudio__tools_1_1_timer_alarm_repeating_driver_s_t_m32-members.html b/classaudio__tools_1_1_timer_alarm_repeating_driver_s_t_m32-members.html index 07f030655..fea6d2467 100644 --- a/classaudio__tools_1_1_timer_alarm_repeating_driver_s_t_m32-members.html +++ b/classaudio__tools_1_1_timer_alarm_repeating_driver_s_t_m32-members.html @@ -79,7 +79,7 @@ $(function() { setCallbackParameter(void *obj) (defined in TimerAlarmRepeatingDriverBase)TimerAlarmRepeatingDriverBaseinline setIsSave(bool is_save)TimerAlarmRepeatingDriverBaseinlinevirtual setTimer(int timerIdx) overrideTimerAlarmRepeatingDriverSTM32inlinevirtual - setTimer(TIM_TypeDef timerDef) overrideTimerAlarmRepeatingDriverSTM32inline + setTimer(TIM_TypeDef *timerDef)TimerAlarmRepeatingDriverSTM32inline setTimerFunction(TimerFunction function=DirectTimerCallback) (defined in TimerAlarmRepeatingDriverBase)TimerAlarmRepeatingDriverBaseinlinevirtual timer (defined in TimerAlarmRepeatingDriverSTM32)TimerAlarmRepeatingDriverSTM32protected timer_index (defined in TimerAlarmRepeatingDriverSTM32)TimerAlarmRepeatingDriverSTM32protected diff --git a/classaudio__tools_1_1_timer_alarm_repeating_driver_s_t_m32.html b/classaudio__tools_1_1_timer_alarm_repeating_driver_s_t_m32.html index f2403e355..0de63dcdc 100644 --- a/classaudio__tools_1_1_timer_alarm_repeating_driver_s_t_m32.html +++ b/classaudio__tools_1_1_timer_alarm_repeating_driver_s_t_m32.html @@ -110,10 +110,10 @@ virtual void setTimer (int timerIdx) override  selects the timer: 0 = TIM1, 1 = TIM2,2 = TIM3, 3 = TIM4, 4 = TIM5
  - -void setTimer (TIM_TypeDef timerDef) override - select the timer
-  + +void setTimer (TIM_TypeDef *timerDef) + select the timer
virtual void setTimerFunction (TimerFunction function=DirectTimerCallback)   diff --git a/search/all_13.js b/search/all_13.js index a11ad909c..4f7468408 100644 --- a/search/all_13.js +++ b/search/all_13.js @@ -190,7 +190,7 @@ var searchData= ['setthresholdpercent_1235',['setThresholdPercent',['../classaudio__tools_1_1_compressor.html#aed07638c31d319b81b9532e787840077',1,'audio_tools::Compressor']]], ['settimeout_1236',['setTimeout',['../classaudio__tools_1_1_http_header.html#a0568dfd33619b44c33f3fb1a5fdb820a',1,'audio_tools::HttpHeader::setTimeout()'],['../classaudio__tools_1_1_http_request.html#a0568dfd33619b44c33f3fb1a5fdb820a',1,'audio_tools::HttpRequest::setTimeout()'],['../classaudio__tools_1_1_u_r_l_stream.html#a4576929311e53dfaed4c0c35d201df04',1,'audio_tools::URLStream::setTimeout()'],['../classaudio__tools_1_1_audio_source_s_d_f_a_t.html#a4576929311e53dfaed4c0c35d201df04',1,'audio_tools::AudioSourceSDFAT::setTimeout()'],['../classaudio__tools_1_1_audio_source.html#a23e18762a56c2865cfb8abb1f3361af8',1,'audio_tools::AudioSource::setTimeout()'],['../classaudio__tools_1_1_audio_source_u_r_l.html#ab86ded0a4395c59e8c1774e05e4c65e3',1,'audio_tools::AudioSourceURL::setTimeout()']]], ['settimeoutautonext_1237',['setTimeoutAutoNext',['../classaudio__tools_1_1_audio_source.html#a1d03133fe86ead67820854ef63dadfbd',1,'audio_tools::AudioSource']]], - ['settimer_1238',['setTimer',['../classaudio__tools_1_1_timer_alarm_repeating_driver_renesas.html#a9e5fae72ee20fa7c8ab512e46117cf5c',1,'audio_tools::TimerAlarmRepeatingDriverRenesas::setTimer()'],['../classaudio__tools_1_1_timer_alarm_repeating_driver_s_t_m32.html#a093a90a34f7e56fbca7098bb27c8317c',1,'audio_tools::TimerAlarmRepeatingDriverSTM32::setTimer(int timerIdx) override'],['../classaudio__tools_1_1_timer_alarm_repeating_driver_s_t_m32.html#a96b6054d0f843101b27a1979c63cb183',1,'audio_tools::TimerAlarmRepeatingDriverSTM32::setTimer(TIM_TypeDef timerDef) override']]], + ['settimer_1238',['setTimer',['../classaudio__tools_1_1_timer_alarm_repeating_driver_renesas.html#a9e5fae72ee20fa7c8ab512e46117cf5c',1,'audio_tools::TimerAlarmRepeatingDriverRenesas::setTimer()'],['../classaudio__tools_1_1_timer_alarm_repeating_driver_s_t_m32.html#a093a90a34f7e56fbca7098bb27c8317c',1,'audio_tools::TimerAlarmRepeatingDriverSTM32::setTimer(int timerIdx) override'],['../classaudio__tools_1_1_timer_alarm_repeating_driver_s_t_m32.html#a15b466ed54e145f0a4f9945fda1deba1',1,'audio_tools::TimerAlarmRepeatingDriverSTM32::setTimer(TIM_TypeDef *timerDef)']]], ['settouchlimit_1239',['setTouchLimit',['../classaudio__tools_1_1_audio_actions.html#a37349c713b77ec680e33fc9368ad8782',1,'audio_tools::AudioActions']]], ['settriangle_1240',['setTriangle',['../classaudio__tools_1_1_modulation_base_class.html#afbf3aba4f54251fa54b7a27ae469deac',1,'audio_tools::ModulationBaseClass']]], ['setudp_1241',['setUDP',['../classaudio__tools_1_1_u_d_p_stream.html#a974489486c09b26b5cb2ab5117173863',1,'audio_tools::UDPStream']]], diff --git a/search/functions_12.js b/search/functions_12.js index 1f623a687..d543ee49f 100644 --- a/search/functions_12.js +++ b/search/functions_12.js @@ -175,7 +175,7 @@ var searchData= ['setthresholdpercent_2933',['setThresholdPercent',['../classaudio__tools_1_1_compressor.html#aed07638c31d319b81b9532e787840077',1,'audio_tools::Compressor']]], ['settimeout_2934',['setTimeout',['../classaudio__tools_1_1_http_header.html#a0568dfd33619b44c33f3fb1a5fdb820a',1,'audio_tools::HttpHeader::setTimeout()'],['../classaudio__tools_1_1_http_request.html#a0568dfd33619b44c33f3fb1a5fdb820a',1,'audio_tools::HttpRequest::setTimeout()'],['../classaudio__tools_1_1_u_r_l_stream.html#a4576929311e53dfaed4c0c35d201df04',1,'audio_tools::URLStream::setTimeout()'],['../classaudio__tools_1_1_audio_source_s_d_f_a_t.html#a4576929311e53dfaed4c0c35d201df04',1,'audio_tools::AudioSourceSDFAT::setTimeout()'],['../classaudio__tools_1_1_audio_source.html#a23e18762a56c2865cfb8abb1f3361af8',1,'audio_tools::AudioSource::setTimeout()'],['../classaudio__tools_1_1_audio_source_u_r_l.html#ab86ded0a4395c59e8c1774e05e4c65e3',1,'audio_tools::AudioSourceURL::setTimeout()']]], ['settimeoutautonext_2935',['setTimeoutAutoNext',['../classaudio__tools_1_1_audio_source.html#a1d03133fe86ead67820854ef63dadfbd',1,'audio_tools::AudioSource']]], - ['settimer_2936',['setTimer',['../classaudio__tools_1_1_timer_alarm_repeating_driver_renesas.html#a9e5fae72ee20fa7c8ab512e46117cf5c',1,'audio_tools::TimerAlarmRepeatingDriverRenesas::setTimer()'],['../classaudio__tools_1_1_timer_alarm_repeating_driver_s_t_m32.html#a96b6054d0f843101b27a1979c63cb183',1,'audio_tools::TimerAlarmRepeatingDriverSTM32::setTimer(TIM_TypeDef timerDef) override'],['../classaudio__tools_1_1_timer_alarm_repeating_driver_s_t_m32.html#a093a90a34f7e56fbca7098bb27c8317c',1,'audio_tools::TimerAlarmRepeatingDriverSTM32::setTimer(int timerIdx) override']]], + ['settimer_2936',['setTimer',['../classaudio__tools_1_1_timer_alarm_repeating_driver_renesas.html#a9e5fae72ee20fa7c8ab512e46117cf5c',1,'audio_tools::TimerAlarmRepeatingDriverRenesas::setTimer()'],['../classaudio__tools_1_1_timer_alarm_repeating_driver_s_t_m32.html#a15b466ed54e145f0a4f9945fda1deba1',1,'audio_tools::TimerAlarmRepeatingDriverSTM32::setTimer(TIM_TypeDef *timerDef)'],['../classaudio__tools_1_1_timer_alarm_repeating_driver_s_t_m32.html#a093a90a34f7e56fbca7098bb27c8317c',1,'audio_tools::TimerAlarmRepeatingDriverSTM32::setTimer(int timerIdx) override']]], ['settouchlimit_2937',['setTouchLimit',['../classaudio__tools_1_1_audio_actions.html#a37349c713b77ec680e33fc9368ad8782',1,'audio_tools::AudioActions']]], ['settriangle_2938',['setTriangle',['../classaudio__tools_1_1_modulation_base_class.html#afbf3aba4f54251fa54b7a27ae469deac',1,'audio_tools::ModulationBaseClass']]], ['setudp_2939',['setUDP',['../classaudio__tools_1_1_u_d_p_stream.html#a974489486c09b26b5cb2ab5117173863',1,'audio_tools::UDPStream']]],