Zephyr API Documentation
4.2.0-rc3
A Scalable Open Source RTOS
4.2.0-rc3
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
Zephyr API Documentation
Introduction
Deprecated List
Topics
Data Structures
Files
File List
doc
kernel
lib
modules
subsys
zephyr
acpi
app_memory
arch
audio
bluetooth
canbus
console
crypto
data
debug
devicetree
dfu
display
drivers
dsp
dt-bindings
acpi
adc
battery
clock
comparator
dac
dai
display
dma
espi
ethernet
flash_controller
gnss
gpio
i2c
input
inputmux
interrupt-controller
ipc_service
led
lora
lvgl
memory-attr
memory-controller
mfd
mipi_dbi
mipi_dsi
misc
pcie
pinctrl
power
pwm
qspi
rdc
regulator
reserved-memory
reset
ast10x0_reset.h
gd32-common.h
gd32a50x.h
gd32e10x.h
gd32e50x.h
gd32f3x0.h
gd32f403.h
gd32f4xx.h
gd32l23x.h
gd32vf103.h
intel_socfpga_reset.h
mchp_mss_reset.h
npcx4_reset.h
npcx7_reset.h
npcx9_reset.h
numaker_m2l31x_reset.h
numaker_m46x_reset.h
numaker_m55m1x_reset.h
nxp_syscon_reset_common.h
rp2040_reset.h
rp2350_reset.h
stm32-common.h
stm32c0_reset.h
stm32f0_1_3_reset.h
stm32f2_4_7_reset.h
stm32g0_reset.h
stm32g4_l4_5_reset.h
stm32h5_reset.h
stm32h7_reset.h
stm32h7rs_reset.h
stm32l0_reset.h
stm32l1_reset.h
stm32mp13_reset.h
stm32mp1_reset.h
stm32mp2_reset.h
stm32n6_reset.h
stm32u0_reset.h
stm32u3_reset.h
stm32u5_reset.h
stm32wb0_reset.h
stm32wb_l_reset.h
stm32wba_reset.h
sensor
sent
spi
timer
usb
usb-c
video
dt-util.h
fs
input
internal
ipc
kernel
linker
llext
logging
lorawan
math
mem_mgmt
mgmt
misc
modbus
modem
multi_heap
net
platform
pm
pmci
portability
posix
psa
random
retention
rtio
sd
sensing
settings
shell
sip_svc
stats
storage
sys
task_wdt
timing
toolchain
tracing
usb
usb_c
xen
zbus
zvfs
bindesc.h
cache.h
device.h
devicetree.h
fatal.h
fatal_types.h
init.h
irq.h
irq_multilevel.h
irq_nextlevel.h
irq_offload.h
kernel.h
kernel_includes.h
kernel_structs.h
kernel_version.h
net_buf.h
service.h
shared_irq.h
smf.h
spinlock.h
sw_isr_table.h
sys_clock.h
syscall.h
toolchain.h
types.h
Globals
•
All
Data Structures
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
Loading...
Searching...
No Matches
stm32h7rs_reset.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2022 Google Inc
3
* Copyright (c) 2024 STMicroelectronics
4
*
5
* SPDX-License-Identifier: Apache-2.0
6
*/
7
8
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_RESET_STM32H7RS_RESET_H_
9
#define ZEPHYR_INCLUDE_DT_BINDINGS_RESET_STM32H7RS_RESET_H_
10
11
#include "
stm32-common.h
"
12
13
/* RCC bus reset register offset */
14
#define STM32_RESET_BUS_AHB1 0x80
15
#define STM32_RESET_BUS_AHB2 0x84
16
#define STM32_RESET_BUS_AHB3 0xA4
17
#define STM32_RESET_BUS_AHB5 0x7C
18
#define STM32_RESET_BUS_APB5 0x8C
19
#define STM32_RESET_BUS_AHB4 0x88
20
#define STM32_RESET_BUS_APB1L 0x90
21
#define STM32_RESET_BUS_APB1H 0x94
22
#define STM32_RESET_BUS_APB2 0x98
23
#define STM32_RESET_BUS_APB4 0x9C
24
25
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_RESET_STM32H7RS_RESET_H_ */
stm32-common.h
zephyr
dt-bindings
reset
stm32h7rs_reset.h
Generated on
for Zephyr API Documentation by
1.14.0