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
rv32m1-pinctrl.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2022 Henrik Brix Andersen <henrik@brixandersen.dk>
3
* Copyright (c) 2022 NXP
4
* SPDX-License-Identifier: Apache-2.0
5
*/
6
7
#ifndef _ZEPHYR_DT_BINDINGS_PINCTRL_RV32M1_PINCTRL_
8
#define _ZEPHYR_DT_BINDINGS_PINCTRL_RV32M1_PINCTRL_
9
17
#define RV32M1_MUX(port, pin, mux) \
18
(((((port) - 'A') & 0xF) << 28) | \
19
(((pin) & 0x3F) << 22) | \
20
(((mux) & 0x7) << 8))
21
22
#endif
/* _ZEPHYR_DT_BINDINGS_PINCTRL_RV32M1_PINCTRL_ */
zephyr
dt-bindings
pinctrl
rv32m1-pinctrl.h
Generated on Sat Feb 24 2024 03:45:05 for Zephyr API Documentation by
1.9.6