Searched +full:full +full:- +full:speed (Results 1 – 25 of 377) sorted by relevance
12345678910>>...16
/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 …]
|
D | zephyr,hid-device.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "zephyr,hid-device" 11 interface-name: 17 protocol-code: 22 the protocols, keyboard or mouse. For non-boot devices, this property is 24 - none: Device does not support the boot interface 25 - keyboard: Device supports boot interface and keyboard protocol 26 - mouse: Device supports boot interface and mouse protocol 28 - none 29 - keyboard [all …]
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | st,stm32f1-pinctrl.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 Based on pincfg-node.yaml binding. 8 Note: `bias-disable` and `drive-push-pull` are default pin configurations. 9 They will be applied in case no `bias-foo` or `driver-bar` properties 12 compatible: "st,stm32f1-pinctrl" 20 swj-cfg: 22 default: "full" # reset state 24 - "full" 25 - "no-njtrst" 26 - "jtag-disable" [all …]
|
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 …]
|
/Zephyr-latest/dts/bindings/usb/uac2/ |
D | zephyr,uac2.yaml | 2 # SPDX-License-Identifier: Apache-2.0 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: 48 - "read-only" [all …]
|
/Zephyr-latest/dts/bindings/ethernet/ |
D | nxp,kinetis-ethernet.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "nxp,kinetis-ethernet" 8 include: ["ethernet-controller.yaml", "pinctrl-device.yaml"] 15 phy-addr: 19 reset-gpios: 20 type: phandle-array 22 int-gpios: 23 type: phandle-array 27 child-binding: 30 speed: [all …]
|
D | xlnx,gem.yaml | 3 # SPDX-License-Identifier: Apache-2.0 10 include: ethernet-controller.yaml 19 clock-frequency: 26 is determined by the current link speed reported by the PHY, to 27 which it will be adjusted at run-time. Therefore, the value of this 29 respective GEM's TX clock - by default, this is the IO PLL. 31 mdc-divider: 42 init-mdio-phy: 45 Activates the management of a PHY associated with the controller in- 46 stance. If this parameter is activated at the board level, the de- [all …]
|
/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/ethernet/phy/ |
D | phy_dm8806_priv.h | 4 * SPDX-License-Identifier: Apache-2.0 11 /* 10 Mbit/s transfer with full duplex mask. */ 15 /* 100 Mbit/s transfer with full duplex mask. */ 23 /* Link speed selection offset. */ 28 /* 10 Mbit/s transfer speed with half duplex. */ 30 /* 10 Mbit/s transfer speed with full duplex. */ 32 /* 100 Mbit/s transfer speed with half duplex. */ 34 /* 100 Mbit/s transfer speed with full duplex. */ 36 /* Speed and duplex mode status offset. */ 38 /* Speed and duplex mode staus mask. */ [all …]
|
/Zephyr-latest/include/zephyr/net/ |
D | phy.h | 8 * Copyright (c) 2021 IP-Logix Inc. 11 * SPDX-License-Identifier: Apache-2.0 33 /** 10Base-T Half-Duplex */ 35 /** 10Base-T Full-Duplex */ 37 /** 100Base-T Half-Duplex */ 39 /** 100Base-T Full-Duplex */ 41 /** 1000Base-T Half-Duplex */ 43 /** 1000Base-T Full-Duplex */ 45 /** 2.5GBase-T Full-Duplex */ 47 /** 5GBase-T Full-Duplex */ [all …]
|
D | mii.h | 5 * SPDX-License-Identifier: Apache-2.0 33 /** Auto-Negotiation Advertisement Register */ 35 /** Auto-Negotiation Link Partner Ability Reg */ 37 /** Auto-Negotiation Expansion Register */ 39 /** Auto-Negotiation Next Page Transmit Register */ 41 /** Auto-Negotiation Link Partner Received Next Page Reg */ 43 /** 1000BASE-T Control Register */ 45 /** 1000BASE-T Status Register */ 61 /** Auto-Negotiation enable */ 67 /** restart auto-negotiation */ [all …]
|
/Zephyr-latest/boards/nordic/nrf5340_audio_dk/ |
D | board.cmake | 1 # SPDX-License-Identifier: Apache-2.0 4 set(TFM_PUBLIC_KEY_FORMAT "full") 8 board_runner_args(jlink "--device=nrf5340_xxaa_app" "--speed=4000") 10 board_runner_args(jlink "--device=nrf5340_xxaa_net" "--speed=4000")
|
/Zephyr-latest/boards/nordic/nrf5340dk/ |
D | board.cmake | 1 # SPDX-License-Identifier: Apache-2.0 4 set(TFM_PUBLIC_KEY_FORMAT "full") 8 board_runner_args(jlink "--device=nrf5340_xxaa_app" "--speed=4000") 16 board_runner_args(jlink "--device=nrf5340_xxaa_net" "--speed=4000")
|
/Zephyr-latest/boards/ezurio/bl5340_dvk/ |
D | board.cmake | 3 # SPDX-License-Identifier: Apache-2.0 6 set(TFM_PUBLIC_KEY_FORMAT "full") 10 board_runner_args(jlink "--device=nrf5340_xxaa_app" "--speed=4000") 12 board_runner_args(jlink "--device=nrf5340_xxaa_net" "--speed=4000")
|
/Zephyr-latest/dts/arm/xilinx/ |
D | zynqmp.dtsi | 4 * SPDX-License-Identifier: Apache-2.0 8 #include <arm/armv7-r.dtsi> 9 #include <zephyr/dt-bindings/interrupt-controller/arm-gic.h> 10 #include <zephyr/dt-bindings/ethernet/xlnx_gem.h> 16 compatible = "xlnx,pinctrl-zynqmp"; 19 compatible = "soc-nv-flash"; 24 compatible = "mmio-sram"; 29 compatible = "zephyr,memory-region", "xlnx,zynq-ocm"; 31 zephyr,memory-region = "OCM"; 40 interrupt-names = "irq_0"; [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/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/boards/nordic/nrf9160dk/ |
D | board.cmake | 1 # SPDX-License-Identifier: Apache-2.0 5 set(TFM_PUBLIC_KEY_FORMAT "full") 12 board_runner_args(jlink "--device=nRF9160_xxAA" "--speed=4000") 17 board_runner_args(jlink "--device=nRF52840_xxAA" "--speed=4000") 21 include(${ZEPHYR_BASE}/boards/common/openocd-nrf5.board.cmake)
|
/Zephyr-latest/boards/nordic/nrf9131ek/ |
D | board.cmake | 1 # SPDX-License-Identifier: Apache-2.0 4 set(TFM_PUBLIC_KEY_FORMAT "full") 12 board_runner_args(jlink "--device=nRF9160_xxAA" "--speed=4000")
|
/Zephyr-latest/boards/nordic/nrf9151dk/ |
D | board.cmake | 1 # SPDX-License-Identifier: Apache-2.0 4 set(TFM_PUBLIC_KEY_FORMAT "full") 12 board_runner_args(jlink "--device=nRF9160_xxAA" "--speed=4000")
|
/Zephyr-latest/boards/nordic/nrf9161dk/ |
D | board.cmake | 1 # SPDX-License-Identifier: Apache-2.0 4 set(TFM_PUBLIC_KEY_FORMAT "full") 12 board_runner_args(jlink "--device=nRF9160_xxAA" "--speed=4000")
|
/Zephyr-latest/tests/subsys/usb/device_next/ |
D | build_all.overlay | 4 * SPDX-License-Identifier: Apache-2.0 7 /delete-node/ &zephyr_udc0; 9 #include <dt-bindings/usb/audio.h> 15 full-speed; 16 audio-function = <AUDIO_FUNCTION_OTHER>; 19 compatible = "zephyr,uac2-clock-source"; 20 clock-type = "internal-programmable"; 21 frequency-control = "host-programmable"; 22 sampling-frequencies = <48000>; 26 compatible = "zephyr,uac2-input-terminal"; [all …]
|
12345678910>>...16