aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/timer/pwm_input.rs
Commit message (Expand)AuthorAgeFilesLines
* stm32: use typelevel timer typexoviat2025-11-271-6/+8
* Add separate method for generating update event. Make sure values are loaded ...Jakob2025-11-151-0/+1
* Rustfmt for edition 2024.Dario Nieuwenhuis2025-10-061-1/+1
* stm32/afio: make af_num() unavailable in afio chips.Dario Nieuwenhuis2025-09-061-6/+2
* stm32/afio: make the A generic param only appear in chips with AFIO.Dario Nieuwenhuis2025-09-051-2/+12
* stm32/afio: use type inference for timer remaps as well.Dario Nieuwenhuis2025-09-051-4/+4
* Add STM32F1 AFIO remapFabian Wolter2025-09-051-0/+4
* correct documentationSüha Ünüvar2025-06-271-1/+1
* rename fns and add documentationSüha Ünüvar2025-06-271-2/+7
* run cargo fmtmelvdl2025-06-271-1/+1
* stm32: rename timer channel trait; replace impls via macro with impls generic...melvdl2025-06-271-14/+14
* stm32: generify timer channelsmelvdl2025-06-261-16/+16
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-20/+4
* stm32/gpio: refactor AfTypeJan Špaček2024-06-161-5/+5
* create functions in inner to handle register modificationBruno Bousquet2024-05-301-31/+11
* rename get_width_ticks and add info!() in examplesBruno Bousquet2024-05-291-3/+3
* Apply suggestions from code reviewBruno Bousquet2024-05-291-4/+4
* pwm_input is working on F446Bruno Bousquet2024-05-291-0/+134