|
Zephyr Project API 4.0.0
A Scalable Open Source RTOS
|
Pin controller configuration for a given device. More...
#include <pinctrl.h>
Data Fields | |
| uintptr_t | reg |
| Device address (only available if. | |
| 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.