/Zephyr-latest/subsys/usb/device_next/ |
D | usbd_interface.h | 24 * @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);
|
D | usbd_ch9.h | 73 * @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()
|
D | usbd_interface.c | 20 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/ |
D | gd32f403z_eval.overlay | 23 <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/ |
D | infineon,xmc4xxx-pinctrl.yaml | 6 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
|
D | st,stm32f1-pinctrl.yaml | 70 * 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).
|
D | st,stm32-pinctrl.yaml | 63 * 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
|
D | adi,max32-pinctrl.yaml | 48 * 1 : Alternate Function 1 49 * 2 : Alternate Function 2 50 * 3 : Alternate Function 3 51 * 4 : Alternate Function 4
|
D | silabs,dbus-pinctrl.yaml | 9 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
|
D | ite,it8xxx2-pinctrl-func.yaml | 20 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/ |
D | zephyr,uac2-audio-streaming.yaml | 15 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/ |
D | it8801-mfd-map.dtsi | 12 /* GPIO pin mapping to alternate function */ 16 /* PWM alternate function */ 39 /* Keyboard alternate function */
|
D | it8xxx2-pinctrl-map.dtsi | 10 /* 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/ |
D | nxp,adc12.yaml | 27 alternate-voltage-reference: 29 description: use alternate voltage reference source
|
D | nxp,kinetis-adc16.yaml | 17 Use alternate set (b instead of a) of ADC channels 31 description: use alternate clock reference source
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | toolchain.ecl | 16 …__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/ |
D | pinctrl_mchp_xec.c | 82 * 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()
|
D | pinctrl_mchp_mec5.c | 22 * 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/ |
D | net_offload.rst | 17 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/ |
D | digilent-pmod.h | 98 * @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/ |
D | test_data.yaml | 12 - alternate-config-root
|
/Zephyr-latest/tests/drivers/interrupt_controller/intc_plic/ |
D | Kconfig | 11 bool "Test alternate hartid - context mapping"
|
/Zephyr-latest/include/zephyr/dt-bindings/pinctrl/ |
D | stm32f1-pinctrl.h | 41 * @param mode Pin mode (ANALOG, GPIO_IN, ALTERNATE). 54 #define ALTERNATE 0x0 /* Alternate function output */ macro
|
/Zephyr-latest/dts/bindings/mfd/ |
D | ite,it8801-mfd-map.yaml | 4 description: ITE IT8801 alternate controller node
|
/Zephyr-latest/include/zephyr/dt-bindings/mfd/ |
D | mfd_it8801_altctrl.h | 10 * @brief PIN alternate function.
|