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
renesas-rz-gpio.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2024-2025 Renesas Electronics Corporation
3
* SPDX-License-Identifier: Apache-2.0
4
*/
5
6
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_RENESAS_RZ_GPIO_H_
7
#define ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_RENESAS_RZ_GPIO_H_
8
9
/*********************************RZ/A,G,V**************************************/
10
28
/* GPIO drive IOLH */
29
#define RZ_GPIO_IOLH_SHIFT 8U
30
#define RZ_GPIO_IOLH_SET(iolh_val) (iolh_val << RZ_GPIO_IOLH_SHIFT)
31
32
/* GPIO filter */
33
#define RZ_GPIO_FILTER_SHIFT 10U
34
#define RZ_GPIO_FILNUM_SHIFT 1U
35
#define RZ_GPIO_FILCLKSEL_SHIFT 3U
36
#define RZ_GPIO_FILTER_SET(fillonoff, filnum, filclksel) \
37
(((fillonoff) | ((filnum) << RZ_GPIO_FILNUM_SHIFT) | \
38
((filclksel) << RZ_GPIO_FILCLKSEL_SHIFT)) \
39
<< RZ_GPIO_FILTER_SHIFT)
36
#define RZ_GPIO_FILTER_SET(fillonoff, filnum, filclksel) \
…
40
41
/*******************************************************************************/
42
43
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_GPIO_RENESAS_RZ_GPIO_H_ */
zephyr
dt-bindings
gpio
renesas-rz-gpio.h
Generated on Sat May 17 2025 18:06:16 for Zephyr API Documentation by
1.12.0