aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/timer/one_pulse.rs
Commit message (Collapse)AuthorAgeFilesLines
* stm32: use typelevel timer typexoviat2025-11-271-6/+6
|
* 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/+2
|
* stm32/afio: use type inference for timer remaps as well.Dario Nieuwenhuis2025-09-051-50/+16
|
* Add STM32F1 AFIO remapFabian Wolter2025-09-051-3/+7
|
* fix typodimi2025-07-091-1/+1
|
* stm32: rename timer channel trait; replace impls via macro with impls ↵melvdl2025-06-271-22/+22
| | | | generic over timer channels
* stm32: generify timer::one_pulse and timer::qei pin constructorsmelvdl2025-06-261-25/+63
|
* stm32: generify timer channelsmelvdl2025-06-261-37/+51
|
* stm32/timer: update OPM to Peri API.Dario Nieuwenhuis2025-04-061-9/+8
|
* stm32/timer: Support one pulse modeGabriel Smith2025-04-041-0/+384
Currently does not support output pins so it really is only useful to create delayed interrupts based on external signals.