Home
last modified time | relevance | path

Searched full:alternate (Results 1 – 25 of 219) sorted by relevance

123456789

/Zephyr-latest/subsys/usb/device_next/
Dusbd_interface.h24 * @brief Setup all interfaces in a configuration to default alternate.
39 * @brief Set interface alternate
45 * @param[in] alternate Interface alternate (bAlternateSetting)
51 const uint8_t alternate);
Dusbd_ch9.h73 * @brief Get interface alternate value
77 * @param[out] alt Alternate value
89 *alt = uds_ctx->ch9_data.alternate[iface]; in usbd_get_alt_value()
95 * @brief Set interface alternate value
99 * @param[out] alt Alternate value
111 uds_ctx->ch9_data.alternate[iface] = alt; in usbd_set_alt_value()
Dusbd_interface.c20 EP_OP_TEST, /* Test if interface alternate available */
149 /* Set default alternate for all interfaces */ in usbd_interface_default()
186 LOG_INF("Set Interfaces %u, alternate %u -> %u", iface, cur_alt, alt); in usbd_interface_set()
191 /* Test if interface or interface alternate exist */ in usbd_interface_set()
197 /* Shutdown current interface alternate */ in usbd_interface_set()
203 /* Setup new interface alternate */ in usbd_interface_set()
/Zephyr-latest/tests/drivers/pinctrl/gd32/boards/
Dgd32f403z_eval.overlay23 <GD32_PINMUX_AFIO('B', 1, ALTERNATE, NORMP)>,
28 <GD32_PINMUX_AFIO('B', 4, ALTERNATE, TEST_DEVICE_RMP)>;
51 pinmux = <GD32_PINMUX_AFIO('B', 10, ALTERNATE, NORMP)>;
55 pinmux = <GD32_PINMUX_AFIO('C', 11, ALTERNATE, NORMP)>;
59 pinmux = <GD32_PINMUX_AFIO('A', 12, ALTERNATE, NORMP)>;
63 pinmux = <GD32_PINMUX_AFIO('B', 13, ALTERNATE, NORMP)>;
/Zephyr-latest/dts/bindings/pinctrl/
Dinfineon,xmc4xxx-pinctrl.yaml6 to specific port/pins (also known as alternate functions) and configures pin properties.
24 The pre-defined nodes only set the alternate function of the output pin. The
39 alternate function for a given port/pin. Setting ALTERNATE_FUNCTION = 0 means that no
40 alternate function is selected.
42 The pinctrl driver only sets the alternate function for output pins. The input mux is
76 Encodes port/pin and alternate function. See helper macro XMC4XX_PINMUX_SET().
77 Alternate function is only set for output pins; It selects ALT1-ALT4
78 output line in the GPIO element. The alternate function for input pins is
Dst,stm32f1-pinctrl.yaml70 * 0 : Alternate function output
88 GPIO A9 set as alternate with no remap
90 pinmux = <STM32F1_PINMUX('A', 9, ALTERNATE, REMAP_NO)>;
92 GPIO A9 set as alternate with full remap
94 pinmux = <STM32F1_PINMUX('A', 9, ALTERNATE, REMAP_FULL)>;
115 output mode (alternate).
Dst,stm32-pinctrl.yaml63 * 0 : Alternate Function 0
64 * 1 : Alternate Function 1
65 * 2 : Alternate Function 2
67 * 15 : Alternate Function 15
79 GPIO A9 set as alternate function 2
Dadi,max32-pinctrl.yaml48 * 1 : Alternate Function 1
49 * 2 : Alternate Function 2
50 * 3 : Alternate Function 3
51 * 4 : Alternate Function 4
Dsilabs,dbus-pinctrl.yaml9 for alternate function configuration, including Series 2 devices.
80 - silabs,alternate-port-control: Use alternate port control settings.
123 silabs,alternate-port-control:
125 Use Alternate Port Control settings for Slew Rate and Input Disable
Dite,it8xxx2-pinctrl-func.yaml20 When the alternate setting is configured as func3, in addition to
56 Default setting pin configure to alternate mode for all GPIO group pins
/Zephyr-latest/dts/bindings/usb/uac2/
Dzephyr,uac2-audio-streaming.yaml15 active-alternate-setting-control:
17 description: Active Alternate Setting Control capabilities
21 valid-alternate-settings-control:
23 description: Valid Alternate Settings Control capabilities
/Zephyr-latest/dts/riscv/ite/
Dit8801-mfd-map.dtsi12 /* GPIO pin mapping to alternate function */
16 /* PWM alternate function */
39 /* Keyboard alternate function */
Dit8xxx2-pinctrl-map.dtsi10 /* ADC alternate function */
48 /* I2C alternate function */
92 /* I2C alternate function (Mapping pins for IT82XX2) */
112 /* Keyboard alternate function */
314 /* PECI alternate function */
319 /* PWM alternate function */
345 /* SHI alternate function */
359 /* Tachometer alternate function */
373 /* UART alternate function */
399 /* USB alternate function */
[all …]
/Zephyr-latest/dts/bindings/adc/
Dnxp,adc12.yaml27 alternate-voltage-reference:
29 description: use alternate voltage reference source
Dnxp,kinetis-adc16.yaml17 Use alternate set (b instead of a) of ADC channels
31 description: use alternate clock reference source
/Zephyr-latest/cmake/sca/eclair/ECL/
Dtoolchain.ecl16 …__asm__: see \"6.48 Alternate Keywords\", and \"6.47 How to Use Inline Assembly Language in C Code…
20 __volatile__: see \"6.48 Alternate Keywords\" and \"6.47.2.1 Volatile\";
21 …__alignof: see \"6.48 Alternate Keywords\" and \"6.44 Determining the Alignment of Functions, Typ…
23 …__alignof__: see \"6.48 Alternate Keywords\" and \"6.44 Determining the Alignment of Functions, T…
25 __const__: see \"6.48 Alternate Keywords\";
26 __inline: see \"6.48 Alternate Keywords\";
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_mchp_xec.c82 * We initially clear alternate output disable allowing us to set output state
84 * parallel output register bits. Alternate output disable only controls which
87 * alternate function is input or bi-directional.
107 /* Clear alternate output disable and input pad disable */ in xec_config_pin()
147 /* Always touch MUX (alternate function) */ in xec_config_pin()
151 /* Always touch invert of alternate function. Need another bit to avoid touching */ in xec_config_pin()
Dpinctrl_mchp_mec5.c22 * We initially clear alternate output disable allowing us to set output state
24 * parallel output register bits. Alternate output disable only controls which
27 * alternate function is input or bi-directional.
116 /* Always touch MUX (alternate function) */ in mec5_config_pin()
121 /* Always touch invert of alternate function. Need another bit to avoid touching */ in mec5_config_pin()
/Zephyr-latest/doc/connectivity/networking/api/
Dnet_offload.rst17 to provide an alternate implementation for an IP stack. This means that the
36 alternate implementation of the networking stack, exposing socket API for their
/Zephyr-latest/include/zephyr/dt-bindings/gpio/
Ddigilent-pmod.h98 * @brief INT alternate signal index on a Pmod GPIO nexus node.
104 * @brief RESET alternate signal index on a Pmod GPIO nexus node.
110 * @brief SPI CS2 alternate signal index on a Pmod GPIO nexus node.
116 * @brief SPI CS3 alternate signal index on a Pmod GPIO nexus node.
124 * @brief INT alternate signal index on a Pmod GPIO nexus node.
130 * @brief RESET alternate signal index on a Pmod GPIO nexus node.
/Zephyr-latest/scripts/tests/twister_blackbox/test_data/alt-test-configs/dummy/agnostic/group2/
Dtest_data.yaml12 - alternate-config-root
/Zephyr-latest/tests/drivers/interrupt_controller/intc_plic/
DKconfig11 bool "Test alternate hartid - context mapping"
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/
Dstm32f1-pinctrl.h41 * @param mode Pin mode (ANALOG, GPIO_IN, ALTERNATE).
54 #define ALTERNATE 0x0 /* Alternate function output */ macro
/Zephyr-latest/dts/bindings/mfd/
Dite,it8801-mfd-map.yaml4 description: ITE IT8801 alternate controller node
/Zephyr-latest/include/zephyr/dt-bindings/mfd/
Dmfd_it8801_altctrl.h10 * @brief PIN alternate function.

123456789