Zephyr API Documentation 3.7.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
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)