Zephyr API Documentation  3.6.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
pinctrl_dev_config Struct Reference

Pin controller configuration for a given device. More...

#include <pinctrl.h>

Data Fields

uintptr_t reg
 Device address (only available if CONFIG_PINCTRL_STORE_REG is enabled).
 
const struct pinctrl_statestates
 List of state configurations.
 
uint8_t state_cnt
 Number of state configurations.
 

Detailed Description

Pin controller configuration for a given device.

Field Documentation

◆ reg

uintptr_t pinctrl_dev_config::reg

Device address (only available if CONFIG_PINCTRL_STORE_REG is enabled).

◆ state_cnt

uint8_t pinctrl_dev_config::state_cnt

Number of state configurations.

◆ states

const struct pinctrl_state* pinctrl_dev_config::states

List of state configurations.


The documentation for this struct was generated from the following file: