|
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
7#ifndef __RENESAS_RZT2M_PINCTRL_H__
8#define __RENESAS_RZT2M_PINCTRL_H__
10#define RZT2M_PINMUX(port, pin, func) ((port << 16) | (pin << 8) | func)
12#define UART0TX_P16_5 RZT2M_PINMUX(16, 5, 1)
13#define UART0RX_P16_6 RZT2M_PINMUX(16, 6, 2)
15#define UART3TX_P18_0 RZT2M_PINMUX(18, 0, 4)
16#define UART3RX_P17_7 RZT2M_PINMUX(17, 7, 4)