Zephyr API Documentation 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
scmi_pinctrl_settings Struct Reference

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.

Detailed Description

Describes the parameters for the PINCTRL_SETTINGS_CONFIGURE command.

Field Documentation

◆ attributes

uint32_t scmi_pinctrl_settings::attributes

Attributes word (see SCMI_PINCTRL_CONFIG_ATTRIBUTES).

◆ config

uint32_t scmi_pinctrl_settings::config[(10 *2)]

Array of {type, value} configuration pairs.

◆ function

uint32_t scmi_pinctrl_settings::function

Function to multiplex, or SCMI_PINCTRL_NO_FUNCTION.

◆ id

uint32_t scmi_pinctrl_settings::id

Identifier of the pin or group being configured.


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