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
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
stm32mp13_reset.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2025 STMicroelectronics
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_RESET_STM32MP13_RESET_H_
8
#define ZEPHYR_INCLUDE_DT_BINDINGS_RESET_STM32MP13_RESET_H_
9
20
#define STM32_RESET(bus, bit) \
21
(((STM32_RESET_BUS_##bus##_CLR) << 17U) | ((STM32_RESET_BUS_##bus##_SET) << 5U) | (bit))
20
#define STM32_RESET(bus, bit) \
…
22
23
/* RCC bus reset register offset */
24
#define STM32_RESET_BUS_AHB2_SET 0x6D0
25
#define STM32_RESET_BUS_AHB2_CLR 0x6D4
26
#define STM32_RESET_BUS_AHB4_SET 0x6E0
27
#define STM32_RESET_BUS_AHB4_CLR 0x6E4
28
#define STM32_RESET_BUS_AHB5_SET 0x6E8
29
#define STM32_RESET_BUS_AHB5_CLR 0x6EC
30
#define STM32_RESET_BUS_AHB6_SET 0x6F0
31
#define STM32_RESET_BUS_AHB6_CLR 0x6F4
32
#define STM32_RESET_BUS_APB1_SET 0x6A0
33
#define STM32_RESET_BUS_APB1_CLR 0x6A4
34
#define STM32_RESET_BUS_APB2_SET 0x6A8
35
#define STM32_RESET_BUS_APB2_CLR 0x6AC
36
#define STM32_RESET_BUS_APB3_SET 0x6B0
37
#define STM32_RESET_BUS_APB3_CLR 0x6B4
38
#define STM32_RESET_BUS_APB4_SET 0x6B8
39
#define STM32_RESET_BUS_APB4_CLR 0x6BC
40
#define STM32_RESET_BUS_APB5_SET 0x6C0
41
#define STM32_RESET_BUS_APB5_CLR 0x6C4
42
#define STM32_RESET_BUS_APB6_SET 0x6C8
43
#define STM32_RESET_BUS_APB6_CLR 0x6CC
44
45
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_RESET_STM32MP13_RESET_H_ */
zephyr
dt-bindings
reset
stm32mp13_reset.h
Generated on Fri May 16 2025 09:06:21 for Zephyr API Documentation by
1.12.0