| /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 | 66 Each integer encodes a port, line, alternate function and remap. 71 * 0 : Alternate function output 89 GPIO A9 set as alternate with no remap 91 pinmux = <STM32F1_PINMUX('A', 9, ALTERNATE, REMAP_NO)>; 93 GPIO A9 set as alternate with full remap 95 pinmux = <STM32F1_PINMUX('A', 9, ALTERNATE, REMAP_FULL)>; 116 output mode (alternate).
|
| D | st,stm32-pinctrl.yaml | 59 Each integer encodes a port, line and alternate function. 64 * 0 : Alternate Function 0 65 * 1 : Alternate Function 1 66 * 2 : Alternate Function 2 68 * 15 : Alternate Function 15 80 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. It is 81 - silabs,alternate-port-control: Use alternate port control settings. 141 silabs,alternate-port-control: 143 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/subsys/usb/host/ |
| D | usbh_device.c | 174 LOG_DBG("Found interface %u alternate %u", iface, alt); in device_interface_modify() 221 LOG_ERR("Set Interface %u alternate %u request failed", iface, alt); in usbh_device_interface_set() 226 cur_alt = udev->ifaces[iface].alternate; in usbh_device_interface_set() 227 LOG_INF("Set Interfaces %u, alternate %u -> %u", iface, cur_alt, alt); in usbh_device_interface_set() 229 LOG_DBG("Already active interface alternate"); in usbh_device_interface_set() 233 /* Test if interface and interface alternate exist */ in usbh_device_interface_set() 236 LOG_ERR("No interface %u with alternate %u", iface, alt); in usbh_device_interface_set() 240 /* Shutdown current interface alternate */ in usbh_device_interface_set() 243 LOG_ERR("Failed to shutdown interface %u alternate %u", iface, alt); in usbh_device_interface_set() 247 /* Setup new interface alternate */ in usbh_device_interface_set() [all …]
|
| /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/boards/seco/stm32f3_seco_d23/doc/ |
| D | index.rst | 70 - UART_1_TX : PC4 (alternate config for UART_1) 71 - UART_1_RX : PC5 (alternate config for UART_1) 86 - I2C2_SCL : PA9 (alternate config for UART_1) 87 - I2C2_SDA : PA10 (alternate config for UART_1) 122 UART1 (in alternate config) and UART5 are connected to CN32.
|
| /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
|