aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/timer/complementary_pwm.rs
Commit message (Expand)AuthorAgeFilesLines
* stm32/timer: simplify traits, convert from trait methods to struct.Dario Nieuwenhuis2024-03-231-19/+19
* Fix warnings in recent nightly.Dario Nieuwenhuis2024-03-201-1/+0
* restore original public API of timer, but keep new PACeZio Pan2024-02-101-23/+18
* add methods with macroeZio Pan2024-02-101-24/+28
* update timer mod after stm32-metapac timer_v2eZio Pan2024-02-091-1/+1
* refactor with clippyeZio Pan2024-01-061-1/+2
* stm32/timer: docs.Dario Nieuwenhuis2023-12-191-6/+25
* stm32: more docs.Dario Nieuwenhuis2023-12-181-0/+2
* Merge branch 'master' into center-alignDion Dokter2023-10-201-3/+42
|\
| * 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 for complementary pwm from embedded_halrandi2023-10-071-0/+40
* | 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/+5
* stm32: allow setting PWM duty cycle to 100%Aurélien Jacobs2023-08-181-2/+2
* embassy-stm32: Misc clippy fixesGrant Miller2023-08-061-3/+2
* stm32/pwm: add output type controlxoviat2023-07-291-8/+8
* stm32/timer: merge pwm module into timer. (#1703)Dario Nieuwenhuis2023-07-281-0/+250