Zephyr API Documentation
3.6.0
A Scalable Open Source RTOS
3.6.0
Toggle main menu visibility
Main Page
Related Pages
Modules
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
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-rzt2m-pinctrl.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2023 Antmicro <www.antmicro.com>
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef __RENESAS_RZT2M_PINCTRL_H__
8
#define __RENESAS_RZT2M_PINCTRL_H__
9
10
#define RZT2M_PINMUX(port, pin, func) ((port << 16) | (pin << 8) | func)
11
12
#define UART0TX_P16_5 RZT2M_PINMUX(16, 5, 1)
13
#define UART0RX_P16_6 RZT2M_PINMUX(16, 6, 2)
14
15
#define UART3TX_P18_0 RZT2M_PINMUX(18, 0, 4)
16
#define UART3RX_P17_7 RZT2M_PINMUX(17, 7, 4)
17
18
#endif
/* __RENESAS_RZT2M_PINCTRL_H__ */
zephyr
dt-bindings
pinctrl
renesas-rzt2m-pinctrl.h
Generated on Sat Feb 24 2024 03:45:05 for Zephyr API Documentation by
1.9.6