aboutsummaryrefslogtreecommitdiffstats
path: root/src/stm32/clockline.c
Commit message (Collapse)AuthorAgeFilesLines
* stm32: Unify enable_pclock() codeKevin O'Connor2021-12-301-0/+32
Unify the handling of the enable_pclock() and is_enabled_pclock() code across all stm32 chips. All chips will now perform a peripheral reset on enable_pclock() (this is a change for stm32f0 and stm32h7). The enable_pclock() code will now also disable irqs during the enable. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>