Zephyr Project API
4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
pinctrl-rzn-common.h
Go to the documentation of this file.
1
/*
2
* Copyright (c) 2025-2026 Renesas Electronics Corporation
3
* SPDX-License-Identifier: Apache-2.0
4
*/
5
11
12
#ifndef ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_RENESAS_PINCTRL_RZN_COMMON_H_
13
#define ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_RENESAS_PINCTRL_RZN_COMMON_H_
14
19
57
59
60
#define PORT_00 0x0000
61
#define PORT_01 0x0100
62
#define PORT_02 0x0200
63
#define PORT_03 0x0300
64
#define PORT_04 0x0400
65
#define PORT_05 0x0500
66
#define PORT_06 0x0600
67
#define PORT_07 0x0700
68
#define PORT_08 0x0800
69
#define PORT_09 0x0900
70
#define PORT_10 0x0A00
71
#define PORT_11 0x0B00
72
#define PORT_12 0x0C00
73
#define PORT_13 0x0D00
74
#define PORT_14 0x0E00
75
#define PORT_15 0x0F00
76
#define PORT_16 0x1000
77
#define PORT_17 0x1100
78
#define PORT_18 0x1200
79
#define PORT_19 0x1300
80
#define PORT_20 0x1400
81
#define PORT_21 0x1500
82
#define PORT_22 0x1600
83
#define PORT_23 0x1700
84
#define PORT_24 0x1800
85
#define PORT_25 0x1900
86
#define PORT_26 0x1A00
87
#define PORT_27 0x1B00
88
#define PORT_29 0x1D00
89
#define PORT_30 0x1E00
90
#define PORT_31 0x1F00
91
#define PORT_33 0x2100
92
#define PORT_34 0x2200
93
95
105
#define RZN_PINMUX(port, pin, func) (port | pin | (func << 16))
106
108
109
#endif
/* ZEPHYR_INCLUDE_DT_BINDINGS_PINCTRL_RENESAS_PINCTRL_RZN_COMMON_H_ */
include
zephyr
dt-bindings
pinctrl
renesas
pinctrl-rzn-common.h
Generated on
for Zephyr Project API by
1.16.1