aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/lptim/timer/mod.rs
Commit message (Collapse)AuthorAgeFilesLines
* Move the methods to the cfg gated impls to handle register renaming.Annie Ehler2025-06-121-25/+50
|
* Add extra methods for the low-power interrupt timer.Annie Ehler2025-06-111-0/+25
|
* Remove Peripheral trait, rename PeripheralRef->Peri.Dario Nieuwenhuis2025-03-271-5/+3
|
* stm32: Support LPTIM v1 and v2Romain Goyet2024-09-111-0/+133