aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/timer/low_level.rs
diff options
context:
space:
mode:
Diffstat (limited to 'embassy-stm32/src/timer/low_level.rs')
-rw-r--r--embassy-stm32/src/timer/low_level.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/embassy-stm32/src/timer/low_level.rs b/embassy-stm32/src/timer/low_level.rs
index da1bfac5f..82e936f3a 100644
--- a/embassy-stm32/src/timer/low_level.rs
+++ b/embassy-stm32/src/timer/low_level.rs
@@ -686,6 +686,9 @@ impl<'d, T: GeneralInstance4Channel> Timer<'d, T> {
686 } 686 }
687 687
688 /// Generate a sequence of PWM waveform 688 /// Generate a sequence of PWM waveform
689 ///
690 /// Note:
691 /// The DMA channel provided does not need to correspond to the requested channel.
689 pub fn setup_channel_update_dma<'a, C: TimerChannel, W: Word + Into<T::Word>>( 692 pub fn setup_channel_update_dma<'a, C: TimerChannel, W: Word + Into<T::Word>>(
690 &mut self, 693 &mut self,
691 dma: Peri<'a, impl super::Dma<T, C>>, 694 dma: Peri<'a, impl super::Dma<T, C>>,