aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/timer/input_capture.rs
Commit message (Expand)AuthorAgeFilesLines
* run cargo fmtmelvdl2025-06-271-1/+1
* stm32: rename timer channel trait; replace impls via macro with impls generic...melvdl2025-06-271-23/+18
* stm32: generify timer channelsmelvdl2025-06-261-37/+30
* Merge pull request #4044 from yodaldevoid/stm32-opm-timerDario Nieuwenhuis2025-04-061-9/+1
|\
| * stm32/timer: Merge channel typestate structsGabriel Smith2025-04-041-9/+1
* | Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-9/+6
|/
* chore: fix buildelagil2025-01-031-1/+1
* stm32/gpio: refactor AfTypeJan Špaček2024-06-161-5/+3
* undo changes in input_captureBruno Bousquet2024-05-301-6/+6
* create functions in inner to handle register modificationBruno Bousquet2024-05-301-15/+6
* pwm_input is working on F446Bruno Bousquet2024-05-291-25/+8
* undo minor changesBruno Bousquet2024-05-281-4/+10
* use timer LLBruno Bousquet2024-05-281-45/+7
* example is working nowBruno Bousquet2024-05-281-11/+52
* fix fmt for ciBruno Bousquet2024-05-061-2/+4
* add async captureBruno Bousquet2024-05-061-7/+93
* add get_input_interruptBruno Bousquet2024-05-051-0/+5
* formattingBruno Bousquet2024-05-051-1/+0
* create input_captureBruno Bousquet2024-05-051-0/+141