drivers: clock_control: Provide support for stm32l0x
Add Clock Control support for the stm32l0x based on reference manuals Signed-off-by: Endre Karlson <endre.karlson@gmail.com>
This commit is contained in:
parent
bbb4b402b2
commit
e99a79a9b1
5 changed files with 79 additions and 0 deletions
|
@ -12,6 +12,7 @@
|
|||
#define STM32_CLOCK_BUS_APB1 2
|
||||
#define STM32_CLOCK_BUS_APB2 3
|
||||
#define STM32_CLOCK_BUS_APB1_2 4
|
||||
#define STM32_CLOCK_BUS_IOP 5
|
||||
|
||||
|
||||
#endif /* __STM32_CLOCK_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue