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
adi-max32-gpio.h
adi-sdp-120.h
andestech-atcgpio100.h
arduino-header-r3.h
arduino-mkr-header.h
arduino-nano-header.h
atmel-sam-gpio.h
atmel-sam0-gpio.h
digilent-pmod.h
dvp-20pin-connector.h
ene-kb106x-gpio.h
ene-kb1200-gpio.h
espressif-esp32-gpio.h
gpio.h
infineon-xmc4xxx-gpio.h
ite-it8xxx2-gpio.h
microchip-xec-gpio.h
nordic-npm13xx-gpio.h
nordic-npm2100-gpio.h
nordic-npm6001-gpio.h
nordic-nrf-gpio.h
numicro-gpio.h
nuvoton-npcx-gpio.h
nxp-imx-igpio.h
nxp-kinetis-gpio.h
nxp-s32-gpio.h
raspberrypi-csi-connector.h
realtek-gpio.h
renesas-ra-gpio-ioport.h
renesas-rz-gpio.h
renesas-rza2m-gpio.h
renesas-rzt2m-gpio.h
renesas-rztn-gpio.h
semtech-sx1509b.h
snps-designware-gpio.h
st-morpho-header.h
stm32-gpio.h
ti-cc13xx-cc26xx-gpio.h
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
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
renesas-rztn-gpio.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2025 Renesas Electronics Corporation
3
* SPDX-License-Identifier: Apache-2.0
4
*/
5
6
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_RENESAS_RZTN_GPIO_H_
7
#define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_RENESAS_RZTN_GPIO_H_
8
9
/*********************************RZTN*****************************************/
10
26
27
/* GPIO DRCTL register */
28
#define RZTN_GPIO_DRCTL_SHIFT 8U
29
#define RZTN_GPIO_SCHMITT_TRIG_SHIFT 4U
30
#define RZTN_GPIO_SLEW_RATE_SHIFT 5U
31
#define RZTN_GPIO_DRCTL_SET(drive_ability, schmitt_trig, slew_rate) \
32
(((drive_ability) | ((schmitt_trig) << RZTN_GPIO_SCHMITT_TRIG_SHIFT) | \
33
((slew_rate) << RZTN_GPIO_SLEW_RATE_SHIFT)) \
34
<< RZTN_GPIO_DRCTL_SHIFT)
31
#define RZTN_GPIO_DRCTL_SET(drive_ability, schmitt_trig, slew_rate) \
…
35
36
/*******************************************************************************/
37
38
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_RENESAS_RZTN_GPIO_H_ */
zephyr
dt-bindings
gpio
renesas-rztn-gpio.h
Generated on
for Zephyr API Documentation by
1.14.0