Searched +full:maximum +full:- +full:speed (Results 1 – 25 of 202) sorted by relevance
123456789
/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 16 via DT, USB controllers should use their maximum 19 - "low-speed" 20 - "full-speed" 21 - "high-speed" 22 - "super-speed" [all …]
|
/Zephyr-latest/boards/st/stm32f7508_dk/support/ |
D | openocd.cfg | 1 source [find board/stm32f746g-disco.cfg] 3 $_TARGETNAME configure -event gdb-attach { 9 $_TARGETNAME configure -event gdb-detach { 14 # Event reset-init already uses the maximum speed however adapter speed 15 # inherited from stm32f7x.cfg for reset-start defaults to 2000 kHz, so 16 # override that speed setting it also to the maximum speed. 17 $_TARGETNAME configure -event reset-start { 18 adapter speed 4000
|
/Zephyr-latest/boards/st/stm32f746g_disco/support/ |
D | openocd.cfg | 1 source [find board/stm32f746g-disco.cfg] 3 $_TARGETNAME configure -event gdb-attach { 9 $_TARGETNAME configure -event gdb-detach { 18 # Event reset-init already uses the maximum speed however adapter speed 19 # inherited from stm32f7x.cfg for reset-start defaults to 2000 kHz, so 20 # override that speed setting it also to the maximum speed. 21 $_TARGETNAME configure -event reset-start { 22 adapter speed 4000
|
/Zephyr-latest/samples/subsys/usb/shell/boards/ |
D | qemu_cortex_m3.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 compatible = "zephyr,uhc-virtual"; 12 compatible = "zephyr,udc-virtual"; 13 num-bidir-endpoints = <8>; 14 maximum-speed = "high-speed"; 18 compatible = "zephyr,udc-virtual"; 19 num-bidir-endpoints = <8>; 20 maximum-speed = "full-speed";
|
/Zephyr-latest/samples/subsys/usb/shell/ |
D | virtual.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 /delete-node/ &zephyr_udc0; 11 compatible = "zephyr,uhc-virtual"; 14 compatible = "zephyr,udc-virtual"; 15 num-bidir-endpoints = <8>; 16 maximum-speed = "high-speed"; 20 compatible = "zephyr,udc-virtual"; 21 num-bidir-endpoints = <8>; 22 maximum-speed = "full-speed";
|
/Zephyr-latest/drivers/usb/device/ |
D | Kconfig | 4 # SPDX-License-Identifier: Apache-2.0 14 bool "USB device controller supports high speed" 16 USB device controller supports high speed. 45 DT_STM32_USBHS_SPEED := $(dt_node_str_prop_equals,$(DT_STM32_USBHS),maximum-speed,high-speed) 98 DT_SAM_USBHS_SPEED := $(dt_node_str_prop_equals,$(DT_SAM_USBHS),maximum-speed,high-speed) 184 Maximum number of messages USB device controller interrupt can queue 218 Maximum number of messages the driver can queue for interrupt bottom half processing 238 DT_ZEPHYR_UDC0_HS_SPEED := $(dt_node_str_prop_equals,$(DT_ZEPHYR_UDC0),maximum-speed,high-speed) 241 bool "High speed support" 246 Enable high speed support in the Native Posix USB device controller driver. [all …]
|
/Zephyr-latest/subsys/bluetooth/audio/ |
D | Kconfig.mcs | 1 # Bluetooth Audio - Media control configuration options 4 # Copyright (c) 2020-2022 Nordic Semiconductor 6 # SPDX-License-Identifier: Apache-2.0 35 Sets the maximum number of bytes (including the null termination) of 44 Sets the maximum number of bytes (including the null termination) of 53 Sets the maximum number of bytes (including the null termination) of 62 Sets the maximum number of bytes (including the null termination) 96 int "Maximum number of tracks segments in a track segment object" 100 Sets the maximum number of tracks segments in a track segment object. 105 int "Maximum number of records in a group object" [all …]
|
/Zephyr-latest/soc/gd/gd32/common/ |
D | pinctrl_soc.h | 4 * SPDX-License-Identifier: Apache-2.0 19 #include <dt-bindings/pinctrl/gd32-af.h> 21 #include <dt-bindings/pinctrl/gd32-afio.h> 33 * - 0-12: GD32_PINMUX_AF bit field. 34 * - 13-25: Reserved. 35 * - 26-31: Pin configuration bit field (@ref GD32_PINCFG). 38 * - 0-19: GD32_PINMUX_AFIO bit field. 39 * - 20-25: Reserved. 40 * - 26-31: Pin configuration bit field (@ref GD32_PINCFG). 79 /** No pull-up/down */ [all …]
|
/Zephyr-latest/tests/drivers/udc/ |
D | udc_skeleton.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 /delete-node/ &zephyr_udc0; 11 compatible = "zephyr,udc-skeleton"; 12 num-bidir-endpoints = <8>; 13 maximum-speed = "high-speed";
|
/Zephyr-latest/tests/subsys/usb/device_next/boards/ |
D | qemu_cortex_m3.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 compatible = "zephyr,uhc-virtual"; 12 compatible = "zephyr,udc-virtual"; 13 num-bidir-endpoints = <8>; 14 maximum-speed = "high-speed";
|
D | native_sim.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 /delete-node/ &zephyr_udc0; 11 compatible = "zephyr,uhc-virtual"; 14 compatible = "zephyr,udc-virtual"; 15 num-bidir-endpoints = <8>; 16 maximum-speed = "high-speed";
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | gd,gd32-pinctrl-afio.yaml | 2 # SPDX-License-Identifier: Apache-2.0 7 use this node to route USART0 RX to pin PA10 and enable the pull-up resistor 20 /* You can put this in places like a board-pinctrl.dtsi file in 24 /* include pre-defined combinations for the SoC variant used by the board */ 25 #include <dt-bindings/pinctrl/gd32f403z(k-i-g-e-c-b)xx-pinctrl.h> 39 /* both PA10 and PA12 have pull-up enabled */ 40 bias-pull-up; 56 is used for low power states because it disconnects the pin pull-up/down 64 pins, such as the 'bias-pull-up' property in group 2. Here is a list of 67 - drive-push-pull: Push-pull drive mode (default, not required). Only [all …]
|
D | gd,gd32-pinctrl-af.yaml | 2 # SPDX-License-Identifier: Apache-2.0 7 use this node to route USART0 RX to pin PA10 and enable the pull-up resistor 20 /* You can put this in places like a board-pinctrl.dtsi file in 24 /* include pre-defined combinations for the SoC variant used by the board */ 25 #include <dt-bindings/pinctrl/gd32f450i(g-i-k)xx-pinctrl.h> 39 /* both PA10 and PA12 have pull-up enabled */ 40 bias-pull-up; 56 is used for low power states because it disconnects the pin pull-up/down 64 pins, such as the 'bias-pull-up' property in group 2. Here is a list of 67 - drive-push-pull: Push-pull drive mode (default, not required). [all …]
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | atmel,gmac-common.yaml | 2 # Copyright (c) 2020-2021 Gerson Fernando Budke <nandojve@gmail.com> 3 # SPDX-License-Identifier: Apache-2.0 6 - name: ethernet-controller.yaml 7 - name: pinctrl-device.yaml 13 phy-handle: 16 num-queues: 22 max-frame-size: 26 Maximum ethernet frame size. The current ethernet frame sizes 28 means that normally gmac will reject any frame above max-frame-size 38 max-speed: [all …]
|
/Zephyr-latest/dts/bindings/i3c/ |
D | nuvoton,npcx-i3c.yaml | 2 # SPDX-License-Identifier: Apache-2.0 11 clock-frequency = <DT_FREQ_M(90)>; /* OFMCLK runs at 90MHz */ 12 core-prescaler = <3>; /* CORE_CLK runs at 30MHz */ 13 apb1-prescaler = <6>; /* APB1_CLK runs at 15MHz */ 14 apb2-prescaler = <6>; /* APB2_CLK runs at 15MHz */ 15 apb3-prescaler = <6>; /* APB3_CLK runs at 15MHz */ 16 apb4-prescaler = <3>; /* APB4_CLK runs at 30MHz */ 27 * Full speed = <12500000, 4170000> 28 * Normal speed = <7500000, 1500000> 30 i3c-scl-hz = <12500000>; [all …]
|
/Zephyr-latest/dts/arm/st/f7/ |
D | stm32f723.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 11 compatible = "st,stm32f723", "st,stm32f7", "simple-bus"; 14 compatible = "st,stm32-usbphyc"; 16 #phy-cells = <0>; 21 maximum-speed = "high-speed"; 26 /delete-node/ &otghs_fs_phy;
|
/Zephyr-latest/dts/bindings/watchdog/ |
D | gd,gd32-fwdgt.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "gd,gd32-fwdgt" 14 initial-timeout-ms: 19 The following equation gives the maximum timeout value 23 where the maximum prescaler = 256 and the maximum reload = 4096. 30 the low-speed internal RC oscillator frequency is 32kHz or 40kHz.
|
/Zephyr-latest/dts/arm/st/h7/ |
D | stm32h745.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 8 #include <zephyr/dt-bindings/display/panel.h> 12 compatible = "st,stm32h745", "st,stm32h7", "simple-bus"; 14 flash-controller@52002000 { 16 compatible = "st,stm32-nv-flash", "soc-nv-flash"; 17 write-block-size = <32>; 18 erase-block-size = <DT_SIZE_K(128)>; 19 /* maximum erase time for a 128K sector */ 20 max-erase-time = <4000>; 23 compatible = "st,stm32-nv-flash", "soc-nv-flash"; [all …]
|
/Zephyr-latest/dts/bindings/usb/uac2/ |
D | zephyr,uac2.yaml | 2 # SPDX-License-Identifier: Apache-2.0 15 # cases the order shouldn't really matter, but if there happen to be maximum 20 full-speed: 23 True if this instance is allowed to operate at Full-Speed. 25 high-speed: 28 True if this instance is allowed to operate at High-Speed. 30 audio-function: 36 dt-bindings/usb/audio.h. 38 interrupt-endpoint: 44 latency-control: [all …]
|
/Zephyr-latest/dts/arm/st/l4/ |
D | stm32l452.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 11 compatible = "st,stm32l452", "st,stm32l4", "simple-bus"; 14 compatible = "st,stm32-usb"; 17 interrupt-names = "usb"; 18 num-bidir-endpoints = <8>; 19 ram-size = <1024>; 20 maximum-speed = "full-speed"; 29 compatible = "usb-nop-xceiv"; 30 #phy-cells = <0>;
|
D | stm32l475.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 11 compatible = "st,stm32l475", "st,stm32l4", "simple-bus"; 14 compatible = "st,stm32-otgfs"; 17 interrupt-names = "otgfs"; 18 num-bidir-endpoints = <6>; 19 ram-size = <1280>; 20 maximum-speed = "full-speed"; 29 compatible = "usb-nop-xceiv"; 30 #phy-cells = <0>;
|
/Zephyr-latest/dts/arm/st/u5/ |
D | stm32u575.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 12 compatible = "st,stm32u575", "st,stm32u5", "simple-bus"; 15 compatible = "st,stm32-otgfs"; 18 interrupt-names = "otgfs"; 19 num-bidir-endpoints = <6>; 20 ram-size = <1280>; 21 maximum-speed = "full-speed"; 30 compatible = "usb-nop-xceiv"; 31 #phy-cells = <0>;
|
/Zephyr-latest/samples/sensor/mhz19b/boards/ |
D | nucleo_g0b1re.overlay | 2 * Copyright (c) 2021, G-Technologies Sdn. Bhd. 4 * SPDX-License-Identifier: Apache-2.0 8 current-speed = <9600>; 11 maximum-range = <10000>; 12 abc-on;
|
/Zephyr-latest/subsys/fs/ |
D | Kconfig | 3 # SPDX-License-Identifier: Apache-2.0 26 module-str = fs 38 int "Maximum number of distinct file system types allowed" 46 int "Optional override for maximum file name length" 47 default -1 49 Specify the maximum file name allowed across all enabled file 50 system types. Zero or a negative value selects the maximum 51 file name length for enabled in-tree file systems. This 52 default may be inappropriate when registering an out-of-tree 88 read/write/erase tests with speed output. [all …]
|
/Zephyr-latest/dts/bindings/mipi-dsi/ |
D | nxp,mipi-dsi-2l.yaml | 4 # SPDX-License-Identifier: Apache-2.0 8 compatible: "nxp,mipi-dsi-2l" 10 include: mipi-dsi-host.yaml 21 dpi-color-coding: 24 - "16-bit-config-1" 25 - "16-bit-config-2" 26 - "16-bit-config-3" 27 - "18-bit-config-1" 28 - "18-bit-config-2" 29 - "24-bit" [all …]
|
123456789