Zephyr API Documentation 4.2.0-rc3
A Scalable Open Source RTOS
 4.2.0-rc3
renesas-rzt2m-pinctrl.h File Reference

Go to the source code of this file.

Macros

#define RZT2M_PINMUX(port, pin, func)
#define UART0TX_P16_5   RZT2M_PINMUX(16, 5, 1)
#define UART0RX_P16_6   RZT2M_PINMUX(16, 6, 2)
#define UART3TX_P18_0   RZT2M_PINMUX(18, 0, 4)
#define UART3RX_P17_7   RZT2M_PINMUX(17, 7, 4)

Macro Definition Documentation

◆ RZT2M_PINMUX

#define RZT2M_PINMUX ( port,
pin,
func )
Value:
((port << 16) | (pin << 8) | func)

◆ UART0RX_P16_6

#define UART0RX_P16_6   RZT2M_PINMUX(16, 6, 2)

◆ UART0TX_P16_5

#define UART0TX_P16_5   RZT2M_PINMUX(16, 5, 1)

◆ UART3RX_P17_7

#define UART3RX_P17_7   RZT2M_PINMUX(17, 7, 4)

◆ UART3TX_P18_0

#define UART3TX_P18_0   RZT2M_PINMUX(18, 0, 4)