embassy/stm32-metapac-gen
Timo Kröger 4e47b15daf Ignore the clock number for enable bit search
The number has different meanings depending on family:
stm32f0: RCC_APB2ENR - APB peripheral clock enable register 2    CLOCK: APB1
stm32f4: RCC_APB2ENR - RCC APB2 peripheral clock enable register CLOCK: APB2

Ignore the clock number and search all registers for a matching enable bit.
2021-08-03 17:58:27 +02:00
..
src Ignore the clock number for enable bit search 2021-08-03 17:58:27 +02:00
Cargo.toml Update chiptool 2021-07-29 13:39:19 +02:00