|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Common definitions for the RP1 pinctrl driver. More...
Go to the source code of this file.
Macros | |
| #define | RP1_GET_PIN_NUM(pinctrl) |
| Extract the GPIO number from an encoded RP1 pinmux value. | |
| #define | RP1_GET_ALT_FUNC(pinctrl) |
| Extract the alternate function selector from an encoded RP1 pinmux value. | |
Common definitions for the RP1 pinctrl driver.
| #define RP1_GET_ALT_FUNC | ( | pinctrl | ) |
Extract the alternate function selector from an encoded RP1 pinmux value.
| pinctrl | A pin configuration value defined in devicetree |
| #define RP1_GET_PIN_NUM | ( | pinctrl | ) |
Extract the GPIO number from an encoded RP1 pinmux value.
| pinctrl | A pin configuration value defined in devicetree |