|
Zephyr API Documentation 4.3.0-rc2
A Scalable Open Source RTOS
|
Pin controller configuration for a given device. More...
#include <zephyr/drivers/pinctrl.h>
Data Fields | |
| uintptr_t | reg |
Device address (only available if CONFIG_PINCTRL_STORE_REG is enabled). | |
| const struct pinctrl_state * | states |
| List of state configurations. | |
| uint8_t | state_cnt |
| Number of state configurations. | |
Pin controller configuration for a given device.
| uintptr_t pinctrl_dev_config::reg |
Device address (only available if CONFIG_PINCTRL_STORE_REG is enabled).
| uint8_t pinctrl_dev_config::state_cnt |
Number of state configurations.
| const struct pinctrl_state* pinctrl_dev_config::states |
List of state configurations.