Zephyr API Documentation
4.1.99
A Scalable Open Source RTOS
4.1.99
Toggle main menu visibility
Main Page
Related Pages
Topics
Data Structures
Data Structures
Data Structure Index
Data Fields
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Enumerator
Files
File List
Globals
All
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
x
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
Macros
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
stm32wb_clock.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2022 Linaro Limited
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_STM32WB_CLOCK_H_
7
#define ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_STM32WB_CLOCK_H_
8
9
#include "
stm32_common_clocks.h
"
10
12
#define STM32_CLOCK_BUS_AHB1 0x048
13
#define STM32_CLOCK_BUS_AHB2 0x04c
14
#define STM32_CLOCK_BUS_AHB3 0x050
15
#define STM32_CLOCK_BUS_APB1 0x058
16
#define STM32_CLOCK_BUS_APB1_2 0x05c
17
#define STM32_CLOCK_BUS_APB2 0x060
18
19
#define STM32_PERIPH_BUS_MIN STM32_CLOCK_BUS_AHB1
20
#define STM32_PERIPH_BUS_MAX STM32_CLOCK_BUS_APB2
21
23
/* RM0434, § Clock configuration register (RCC_CCIPRx) */
24
26
/* defined in stm32_common_clocks.h */
28
/* Low speed clocks defined in stm32_common_clocks.h */
29
#define STM32_SRC_HSI (STM32_SRC_LSI + 1)
30
#define STM32_SRC_HSI48 (STM32_SRC_HSI + 1)
31
#define STM32_SRC_MSI (STM32_SRC_HSI48 + 1)
32
#define STM32_SRC_HSE (STM32_SRC_MSI + 1)
34
#define STM32_SRC_PCLK (STM32_SRC_HSE + 1)
36
#define STM32_SRC_PLL_P (STM32_SRC_PCLK + 1)
37
#define STM32_SRC_PLL_Q (STM32_SRC_PLL_P + 1)
38
#define STM32_SRC_PLL_R (STM32_SRC_PLL_Q + 1)
39
/* TODO: PLLSAI clocks */
40
42
#define CCIPR_REG 0x88
43
45
#define BDCR_REG 0x90
46
48
#define CSR_REG 0x94
49
52
#define USART1_SEL(val) STM32_DT_CLOCK_SELECT((val), 3, 0, CCIPR_REG)
53
#define LPUART1_SEL(val) STM32_DT_CLOCK_SELECT((val), 3, 10, CCIPR_REG)
54
#define I2C1_SEL(val) STM32_DT_CLOCK_SELECT((val), 3, 12, CCIPR_REG)
55
#define I2C3_SEL(val) STM32_DT_CLOCK_SELECT((val), 3, 16, CCIPR_REG)
56
#define LPTIM1_SEL(val) STM32_DT_CLOCK_SELECT((val), 3, 18, CCIPR_REG)
57
#define LPTIM2_SEL(val) STM32_DT_CLOCK_SELECT((val), 3, 20, CCIPR_REG)
58
#define SAI1_SEL(val) STM32_DT_CLOCK_SELECT((val), 3, 22, CCIPR_REG)
59
#define CLK48_SEL(val) STM32_DT_CLOCK_SELECT((val), 3, 26, CCIPR_REG)
60
#define ADC_SEL(val) STM32_DT_CLOCK_SELECT((val), 3, 28, CCIPR_REG)
61
#define RNG_SEL(val) STM32_DT_CLOCK_SELECT((val), 3, 30, CCIPR_REG)
63
#define RTC_SEL(val) STM32_DT_CLOCK_SELECT((val), 3, 8, BDCR_REG)
65
#define RFWKP_SEL(val) STM32_DT_CLOCK_SELECT((val), 3, 14, CSR_REG)
66
67
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_CLOCK_STM32WB_CLOCK_H_ */
stm32_common_clocks.h
zephyr
dt-bindings
clock
stm32wb_clock.h
Generated on Fri Mar 14 2025 09:05:35 for Zephyr API Documentation by
1.12.0