/Zephyr-latest/dts/bindings/usb/ |
D | usb-controller.yaml | 1 # Copyright (c) 2018, I-SENSE group of ICCS 2 # SPDX-License-Identifier: Apache-2.0 11 maximum-speed: 14 speed. Valid arguments are "super-speed", "high-speed", 15 "full-speed" and "low-speed". If this is not passed 19 - "low-speed" 20 - "full-speed" 21 - "high-speed" 22 - "super-speed" 24 vbus-gpios: [all …]
|
/Zephyr-latest/scripts/west_commands/runners/ |
D | gd32isp.py | 1 # Copyright (c) 2021, ATL-Electronics 2 # SPDX-License-Identifier: Apache-2.0 14 '''Runner front-end for gd32isp.''' 19 speed=DEFAULT_GD32ISP_SPEED, argument 21 super().__init__(cfg) 25 self.speed = speed 39 parser.add_argument('--device', required=True, 43 parser.add_argument('--isp', default=DEFAULT_GD32ISP_CLI, 45 parser.add_argument('--port', default=DEFAULT_GD32ISP_PORT, 48 parser.add_argument('--speed', default=DEFAULT_GD32ISP_SPEED, [all …]
|
D | silabs_commander.py | 3 # Based on J-Link runner 5 # SPDX-License-Identifier: Apache-2.0 21 def __init__(self, cfg, device, dev_id, commander, dt_flash, erase, speed, tool_opt): argument 22 super().__init__(cfg) 33 self.speed = speed 50 def dev_id_help(cls) -> str: 51 return '''Device identifier. Use it to select the J-Link Serial Number 55 def tool_opt_help(cls) -> str: 56 return "Additional options for Simplicity Commander, e.g. '--noreset'" 61 parser.add_argument('--device', required=True, [all …]
|
D | bossac.py | 4 # SPDX-License-Identifier: Apache-2.0 6 '''bossac-specific runner (flash only) for Atmel SAM microcontrollers.''' 25 '''Runner front-end for bossac.''' 28 speed=DEFAULT_BOSSAC_SPEED, boot_delay=0, erase=False): argument 29 super().__init__(cfg) 32 self.speed = speed 46 parser.add_argument('--bossac', default='bossac', 48 parser.add_argument('--bossac-port', default=DEFAULT_BOSSAC_PORT, 51 parser.add_argument('--speed', default=DEFAULT_BOSSAC_SPEED, 52 help='serial port speed to use, default is ' + [all …]
|
D | nxp_s32dbg.py | 2 # SPDX-License-Identifier: Apache-2.0 30 speed: int = 16000 variable in NXPS32DebugProbeConfig 37 """Runner front-end for NXP S32 Debug Probe.""" 47 tool_opt: list[str] | None = None) -> None: 48 super().__init__(runner_cfg) 66 def name(cls) -> str: 70 def capabilities(cls) -> RunnerCaps: 75 def dev_id_help(cls) -> str: 81 def tool_opt_help(cls) -> str: 86 def do_add_parser(cls, parser: argparse.ArgumentParser) -> None: [all …]
|
D | jlink.py | 3 # SPDX-License-Identifier: Apache-2.0 5 '''Runner for debugging with J-Link.''' 47 setattr(args, self.dest, not option.startswith('--no-')) 50 '''Runner front-end for the J-Link GDB server.''' 55 iface='swd', speed='auto', flash_script = None, argument 62 super().__init__(cfg) 78 self.speed = speed 81 self.tui_arg = ['-tui'] if tui else [] 101 def dev_id_help(cls) -> str: 102 return '''Device identifier. Use it to select the J-Link Serial Number [all …]
|
/Zephyr-latest/modules/hal_gigadevice/ |
D | Kconfig | 1 # Copyright (c) 2021 ATL-Electronics 2 # SPDX-License-Identifier: Apache-2.0 24 prompt "High speed external oscillator clock frequency" 30 Define value of high speed crystal oscillator (HXTAL) in Hz 59 Use 32KHz oscillator for low speed internal RC Oscillator 64 Use 40KHz oscillator for low speed internal RC Oscillator 71 Define value of low speed internal RC oscillator (IRC) in Hz 85 Enable GD32 Analog-to-Digital Converter (ADC) HAL module driver 121 Enable GD32 Digital-to-Analog Converter (DAC) HAL module driver 167 Enable GD32 General-purpose and Alternate-Function I/Os [all …]
|
/Zephyr-latest/drivers/usb/uvb/ |
D | uvb.h | 4 * SPDX-License-Identifier: Apache-2.0 51 /** Low speed connection detected */ 53 /** Full speed connection detected */ 55 /** High speed connection detected */ 57 /** Super speed connection detected */
|
/Zephyr-latest/include/zephyr/usb/ |
D | usbd.h | 4 * SPDX-License-Identifier: Apache-2.0 46 * bString_length = (sizeof(initializer_string) - 1) * 2 48 * bString_length = sizeof(initializer_string) * 2 - 2 50 #define USB_BSTRING_LENGTH(s) (sizeof(s) * 2 - 2) 58 * bLength = 2 + sizeof(initializer_string) * 2 - 2 114 * if (setup->wIndex == WEBUSB_REQ_GET_URL) { 115 * uint8_t index = USB_GET_DESCRIPTOR_INDEX(setup->wValue); 118 * return -ENOTSUP; 127 * return -ENOTSUP; 136 /** Vendor request callback for device-to-host direction */ [all …]
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-syntax.rst | 1 .. _dt-bindings-file-syntax: 7 files are YAML files. A :ref:`simple example <dt-bindings-simple-example>` was 17 The top level of a bindings file maps keys to values. The top-level keys look 20 .. code-block:: yaml 24 This is the Vendomatic company's foo-device. 29 See https://yaml-multiline.info/ for formatting help. 35 compatible: "manufacturer,foo-device" 41 child-binding: 50 # SPI memory chip, use 'on-bus:' to say what type of bus, like this. 53 on-bus: spi [all …]
|
/Zephyr-latest/include/zephyr/drivers/usb/ |
D | udc.h | 2 * Copyright (c) 2021-2022 Nordic Semiconductor ASA 4 * SPDX-License-Identifier: Apache-2.0 37 /** USB high speed capable controller */ 52 * @brief USB device actual speed 57 /** Device is connected to a full speed bus */ 59 /** Device is connected to a high speed bus */ 61 /** Device is connected to a super speed bus */ 79 /** High-Bandwidth (interrupt or iso) capable endpoint */ 147 * Non-correctable error event, requires attention from higher 273 * To be implemented as device's private data (device->data). [all …]
|
/Zephyr-latest/boards/toradex/verdin_imx8mp/doc/ |
D | index.rst | 7 i.MX 8M Plus family of processors (or System on Chips - SoCs). 11 +-------------------------------------------------+-----------------------+ 14 | Verdin iMX8M Plus Quad 8GB Wi-Fi / Bluetooth IT | i.MX 8M Plus Quad | 15 +-------------------------------------------------+-----------------------+ 16 | Verdin iMX8M Plus Quad 4GB Wi-Fi / Bluetooth IT | i.MX 8M Plus Quad | 17 +-------------------------------------------------+-----------------------+ 19 +-------------------------------------------------+-----------------------+ 20 | Verdin iMX8M Plus Quad 2GB Wi-Fi / Bluetooth IT | i.MX 8M Plus Quad | 21 +-------------------------------------------------+-----------------------+ 23 +-------------------------------------------------+-----------------------+ [all …]
|
/Zephyr-latest/scripts/kconfig/ |
D | guiconfig.py | 4 # SPDX-License-Identifier: ISC 10 # pylint: disable=undefined-variable 16 A Tkinter-based menuconfig implementation, based around a treeview control and 21 single menu (like menuconfig.py). Only single-menu mode distinguishes between 24 A show-all mode is available that shows invisible items in red. 29 Ctrl-S : Save configuration 30 Ctrl-O : Open configuration 31 Ctrl-A : Toggle show-all mode 32 Ctrl-N : Toggle show-name mode 33 Ctrl-M : Toggle single-menu mode [all …]
|
D | menuconfig.py | 3 # Copyright (c) 2018-2019, Nordic Semiconductor ASA and Ulf Magnusson 4 # SPDX-License-Identifier: ISC 10 A curses-based Python 2/3 menuconfig implementation. The interface should feel 19 Ctrl-D/U: Page Down/Page Up 27 character in it in the current menu isn't supported. A jump-to feature for 33 F: Toggle show-help mode, which shows the help text of the currently selected 37 C: Toggle show-name mode, which shows the symbol name before each symbol menu 40 A: Toggle show-all mode, which shows all items, including currently invisible 52 When run in standalone mode, the top-level Kconfig file to load can be passed 53 as a command-line argument. With no argument, it defaults to "Kconfig". [all …]
|