aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/timer/simple_pwm.rs
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #2410 from eZioPan/waveform-on-CHxDario Nieuwenhuis2024-02-011-2/+91
|\
| * bug fixeZio Pan2024-01-081-1/+2
| * refactor with clippyeZio Pan2024-01-061-1/+1
| * impl waveform with TIM ChanneleZio Pan2024-01-061-1/+89
* | stm32/simple_pwm: add set_output_compare_modeRalf2024-01-101-0/+5
|/
* stm32/pwm: simplify impl blocks.Dario Nieuwenhuis2024-01-021-2/+0
* ask a DMA Channel only when use .gen_waveform()eZio Pan2024-01-021-50/+28
* some trivial fixeZio Pan2023-12-301-9/+8
* record&restore TIM OC to it's earlier stateeZio Pan2023-12-291-15/+50
* implement PWM waveform generating with DMAeZio Pan2023-12-281-15/+85
* stm32/timer: docs.Dario Nieuwenhuis2023-12-191-11/+34
* stm32: more docs.Dario Nieuwenhuis2023-12-181-0/+2
* Merge branch 'master' into center-alignDion Dokter2023-10-201-3/+40
|\
| * STM32: timer enable_output does not take bool, but just enables the outputRalf2023-10-131-1/+1
| * enable clock firstpbert2023-10-121-1/+1
| * STM32: combine RccPeripherals reset() and enable() to reset_and_enable()pbert2023-10-121-2/+1
| * Implemented Pwm trait from embedded_halrandi2023-10-071-0/+38
* | Do affect the frequencyDion Dokter2023-10-021-2/+7
* | stm32: Add the ability to center-align timersDion Dokter2023-10-011-2/+4
|/
* stm32: allow setting the PWM output polarityAurelien Jacobs2023-08-181-0/+4
* stm32: allow setting PWM duty cycle to 100%Aurélien Jacobs2023-08-181-2/+2
* stm32/pwm: add output type controlxoviat2023-07-291-3/+3
* stm32/timer: merge pwm module into timer. (#1703)Dario Nieuwenhuis2023-07-281-0/+107