|
Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
|
Describes the parameters for the PINCTRL_SETTINGS_CONFIGURE command. More...
#include <zephyr/drivers/firmware/scmi/pinctrl.h>
Data Fields | |
| uint32_t | id |
| Identifier of the pin or group being configured. | |
| uint32_t | function |
| Function to multiplex, or SCMI_PINCTRL_NO_FUNCTION. | |
| uint32_t | attributes |
| Attributes word (see SCMI_PINCTRL_CONFIG_ATTRIBUTES). | |
| uint32_t | config [(10 *2)] |
| Array of {type, value} configuration pairs. | |
Describes the parameters for the PINCTRL_SETTINGS_CONFIGURE command.
| uint32_t scmi_pinctrl_settings::attributes |
Attributes word (see SCMI_PINCTRL_CONFIG_ATTRIBUTES).
| uint32_t scmi_pinctrl_settings::config[(10 *2)] |
Array of {type, value} configuration pairs.
| uint32_t scmi_pinctrl_settings::function |
Function to multiplex, or SCMI_PINCTRL_NO_FUNCTION.
| uint32_t scmi_pinctrl_settings::id |
Identifier of the pin or group being configured.