aboutsummaryrefslogtreecommitdiff
path: root/embassy-stm32/src/adc/resolution.rs
Commit message (Expand)AuthorAgeFilesLines
* stm32/adc: reexport enums from PAC to avoid boilerplate hell.Dario Nieuwenhuis2024-02-261-72/+0
* adc: basic H5 supportTorin Cooper-Bennun2024-02-221-4/+4
* added support for ADC of L0sshufps2024-02-081-4/+4
* Make adc::Resolution::to_max_count constHenk Oordt2024-01-081-1/+1
* stm32: add some docs.Dario Nieuwenhuis2023-12-181-0/+7
* stm32/adc: move convert resolution from PAC to version-specific mod.Dario Nieuwenhuis2023-12-081-16/+0
* stm32: add ADC f3_v1_1Sam Mason2023-12-041-4/+22
* stm32: add initial adc f3 implxoviat2023-09-051-4/+4
* wipGrant Miller2023-04-051-4/+4
* Refactor: Impl `From` for `SampleTime` and `Resolution`Grant Miller2022-10-261-3/+7
* Refactor: Factor out `Resolution`Grant Miller2022-10-261-0/+59