|
Zephyr API 3.6.99
|
Loading...
Searching...
No Matches
Go to the documentation of this file.
7#ifndef _ZEPHYR_DT_BINDINGS_PINCTRL_RV32M1_PINCTRL_
8#define _ZEPHYR_DT_BINDINGS_PINCTRL_RV32M1_PINCTRL_
17#define RV32M1_MUX(port, pin, mux) \
18 (((((port) - 'A') & 0xF) << 28) | \
19 (((pin) & 0x3F) << 22) | \