 |
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
6#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_STM32L1_CLOCK_H_
7#define ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_STM32L1_CLOCK_H_
12#define STM32_CLOCK_BUS_AHB1 0x01c
13#define STM32_CLOCK_BUS_APB2 0x020
14#define STM32_CLOCK_BUS_APB1 0x024
16#define STM32_PERIPH_BUS_MIN STM32_CLOCK_BUS_AHB1
17#define STM32_PERIPH_BUS_MAX STM32_CLOCK_BUS_APB1
26#define STM32_SRC_HSE (STM32_SRC_LSI + 1)
27#define STM32_SRC_HSI (STM32_SRC_HSE + 1)
29#define STM32_SRC_TIMPCLK1 (STM32_SRC_HSI + 1)
30#define STM32_SRC_TIMPCLK2 (STM32_SRC_TIMPCLK1 + 1)
35#define RTC_SEL(val) STM32_DT_CLOCK_SELECT((val), 17, 16, CSR_REG)