Searched +full:low +full:- +full:speed (Results 1 – 25 of 392) 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 …]
|
/Zephyr-latest/dts/bindings/pwm/ |
D | espressif,esp32-ledc.yaml | 2 # SPDX-License-Identifier: Apache-2.0 14 pinctrl-0 = <&ledc0_default>; 15 pinctrl-names = "default"; 18 The 'ledc0_default' node state is defined in <board>-pinctrl.dtsi. 25 output-enable; 29 If another GPIO mapping is desired, check if <board>-pinctrl.dtsi already have it defined, 33 https://github.com/zephyrproject-rtos/hal_espressif/tree/zephyr/include/dt-bindings/pinctrl 46 output-enable; 55 pinctrl-0 = <&ledc0_custom>; 56 pinctrl-names = "default"; [all …]
|
/Zephyr-latest/dts/bindings/i2c/ |
D | atmel,sam-i2c-twim.yaml | 1 # Copyright (c) 2020-2023 Gerson Fernando Budke <nandojve@gmail.com> 2 # SPDX-License-Identifier: Apache-2.0 7 The Atmel Two-wire Master Interface (TWIM) interconnects components on a 8 unique two-wire bus, made up of one clock line and one data line with speeds 9 of up to 3.4 Mbit/s, based on a byte-oriented transfer format. The TWIM is 20 std-clk-slew-lim = <0>; 21 std-clk-strength-low = "0.5"; 22 std-data-slew-lim = <0>; 23 std-data-strength-low = "0.5"; 25 hs-clk-slew-lim = <0>; [all …]
|
/Zephyr-latest/dts/bindings/pinctrl/ |
D | st,stm32-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,stm32-pinctrl" 20 remap-pa11: 25 remap-pa12: 30 remap-pa11-pa12: 35 child-binding: 40 - name: pincfg-node.yaml [all …]
|
D | nuvoton,numaker-pinctrl.yaml | 2 # SPDX-License-Identifier: Apache-2.0 30 To link pin configurations with a device, use a pinctrl-N property for some 33 #include "board-pinctrl.dtsi" 36 pinctrl-0 = <&uart0_default>; 37 pinctrl-names = "default"; 40 compatible: "nuvoton,numaker-pinctrl" 48 child-binding: 50 child-binding: 54 - name: pincfg-node.yaml 55 property-allowlist: [all …]
|
D | microchip,xec-pinctrl.yaml | 3 # SPDX-License-Identifier: Apache-2.0 7 Based on pincfg-node.yaml binding. 23 pins, such as the 'bias-pull-up' property in group 2. Here is a list of 26 - bias-disable: Disable pull-up/down (default behavior, not required). 27 - bias-pull-down: Enable pull-down resistor. 28 - bias-pull-up: Enable pull-up resistor. 29 - drive-push-pull: Output driver is push-pull (default, not required). 30 - drive-open-drain: Output driver is open-drain. 31 - output-high: Set output state high when pin configured. 32 - output-low: Set output state low when pin configured. [all …]
|
D | microchip,mec5-pinctrl.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 Based on pincfg-node.yaml binding. 22 pins, such as the 'bias-pull-up' property in group 2. Here is a list of 25 - bias-disable: Disable pull-up/down (default behavior, not required). 26 - bias-pull-down: Enable pull-down resistor. 27 - bias-pull-up: Enable pull-up resistor. 28 - drive-push-pull: Output driver is push-pull (default, not required). 29 - drive-open-drain: Output driver is open-drain. 30 - output-high: Set output state high when pin configured. 31 - output-low: Set output state low when pin configured. [all …]
|
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: 24 - "full" 25 - "no-njtrst" 26 - "jtag-disable" 27 - "disable" [all …]
|
D | wch,afio.yaml | 2 # SPDX-License-Identifier: Apache-2.0 13 "#address-cells": 16 "#size-cells": 20 child-binding: 23 child-binding: 28 - name: pincfg-node.yaml 29 property-allowlist: 30 - bias-high-impedance 31 - bias-pull-up 32 - bias-pull-down [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; 55 for the sleep state (used in device low power mode). Note that analog mode 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 [all …]
|
/Zephyr-latest/dts/bindings/w1/ |
D | maxim,ds2477_85_common.yaml | 2 # SPDX-License-Identifier: Apache-2.0 4 # Common Properties for the DS2477 and DS2485 I2C 1-Wire masters: 6 include: [w1-master.yaml, i2c-device.yaml] 9 switching-threshold: 13 - "low" 14 - "medium" 15 - "high" 16 - "off" 18 Default Low-to-High Switching Threshold. 21 low: 0.25 x VCC, no hysteresis [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 …]
|
/Zephyr-latest/tests/kernel/fpu_sharing/generic/ |
D | README.txt | 18 -------------------------------------------------------------------------------- 27 -------------------------------------------------------------------------------- 31 Problems caused by out-dated project information can be addressed by 38 # and restore pre-defined configuration info 40 -------------------------------------------------------------------------------- 44 Depending upon the board's speed, the frequency of test output may range from 45 every few seconds to every few minutes. The speed of the test can be controlled 47 will increase the test's speed, but at the expense of the calculation's 52 -------------------------------------------------------------------------------- 56 *** Booting Zephyr OS build zephyr-v2.2.0-845-g8b769de30317 *** [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/tests/drivers/uart/uart_async_api/boards/ |
D | nrf54h20dk_nrf54h20_common.dtsi | 1 /* SPDX-License-Identifier: Apache-2.0 */ 10 bias-pull-up; 18 low-power-enable; 27 bias-pull-up; 35 low-power-enable; 42 pinctrl-0 = <&uart137_default_alt>; 43 pinctrl-1 = <&uart137_sleep_alt>; 44 pinctrl-names = "default", "sleep"; 45 current-speed = <115200>; 49 pinctrl-0 = <&uart120_default_alt>; [all …]
|
D | nrf52840dk_nrf52840.overlay | 1 /* SPDX-License-Identifier: Apache-2.0 */ 15 low-power-enable; 34 low-power-enable; 46 current-speed = <115200>; 48 pinctrl-0 = <&uart1_default_alt>; 49 pinctrl-1 = <&uart1_sleep_alt>; 50 pinctrl-names = "default", "sleep"; 54 compatible = "nordic,nrf-uarte"; 55 current-speed = <115200>; 57 pinctrl-0 = <&uart0_default_alt>; [all …]
|
/Zephyr-latest/tests/drivers/uart/uart_elementary/boards/ |
D | nrf54l15dk_nrf54l15_cpuapp_dual_uart.overlay | 1 /* SPDX-License-Identifier: Apache-2.0 */ 8 bias-pull-up; 16 low-power-enable; 24 bias-pull-up; 32 low-power-enable; 39 current-speed = <115200>; 40 pinctrl-0 = <&uart21_default>; 41 pinctrl-1 = <&uart21_sleep>; 42 pinctrl-names = "default", "sleep"; 47 current-speed = <115200>; [all …]
|
D | nrf54l15dk_nrf54l15_cpuflpr_dual_uart.overlay | 1 /* SPDX-License-Identifier: Apache-2.0 */ 8 bias-pull-up; 16 low-power-enable; 24 bias-pull-up; 32 low-power-enable; 39 current-speed = <115200>; 40 pinctrl-0 = <&uart21_default>; 41 pinctrl-1 = <&uart21_sleep>; 42 pinctrl-names = "default", "sleep"; 47 current-speed = <115200>; [all …]
|
D | nrf54h20dk_nrf54h20_cpuapp_dual_uart.overlay | 1 /* SPDX-License-Identifier: Apache-2.0 */ 10 bias-pull-up; 21 low-power-enable; 28 memory-regions = <&cpuapp_dma_region>; 29 pinctrl-0 = <&uart135_default_alt>; 30 pinctrl-1 = <&uart135_sleep_alt>; 31 pinctrl-names = "default", "sleep"; 32 current-speed = <115200>; 33 zephyr,pm-device-runtime-auto; 40 bias-pull-up; [all …]
|
/Zephyr-latest/tests/drivers/uart/uart_errors/boards/ |
D | nrf54l15dk_nrf54l15_cpuapp.overlay | 1 /* SPDX-License-Identifier: Apache-2.0 */ 15 low-power-enable; 23 bias-pull-up; 34 low-power-enable; 41 current-speed = <115200>; 42 pinctrl-0 = <&uart21_default>; 43 pinctrl-1 = <&uart21_sleep>; 44 pinctrl-names = "default", "sleep"; 49 current-speed = <115200>; 50 pinctrl-0 = <&uart22_default>; [all …]
|
D | nrf54l20pdk_nrf54l20_cpuapp.overlay | 1 /* SPDX-License-Identifier: Apache-2.0 */ 15 low-power-enable; 23 bias-pull-up; 34 low-power-enable; 41 current-speed = <115200>; 42 pinctrl-0 = <&uart21_default>; 43 pinctrl-1 = <&uart21_sleep>; 44 pinctrl-names = "default", "sleep"; 49 current-speed = <115200>; 50 pinctrl-0 = <&uart22_default>; [all …]
|
D | nrf5340dk_nrf5340_cpuapp.overlay | 1 /* SPDX-License-Identifier: Apache-2.0 */ 15 low-power-enable; 25 bias-pull-up; 33 low-power-enable; 39 current-speed = <115200>; 40 compatible = "nordic,nrf-uarte"; 42 pinctrl-0 = <&uart1_default_alt>; 43 pinctrl-1 = <&uart1_sleep_alt>; 44 pinctrl-names = "default", "sleep"; 48 current-speed = <115200>; [all …]
|
D | nrf54h20dk_nrf54h20_common.dtsi | 1 /* SPDX-License-Identifier: Apache-2.0 */ 7 bias-pull-up; 18 low-power-enable; 31 bias-pull-up; 39 low-power-enable; 50 memory-regions = <&cpuapp_dma_region>; 51 pinctrl-0 = <&uart135_default_alt>; 52 pinctrl-1 = <&uart135_sleep_alt>; 53 pinctrl-names = "default", "sleep"; 54 current-speed = <115200>; [all …]
|
/Zephyr-latest/tests/drivers/uart/uart_pm/boards/ |
D | nrf52840dk_nrf52840.overlay | 1 /* SPDX-License-Identifier: Apache-2.0 */ 15 low-power-enable; 34 low-power-enable; 46 current-speed = <115200>; 48 pinctrl-0 = <&uart1_default_alt>; 49 pinctrl-1 = <&uart1_sleep_alt>; 50 pinctrl-names = "default", "sleep"; 54 compatible = "nordic,nrf-uarte"; 55 current-speed = <115200>; 57 pinctrl-0 = <&uart0_default_alt>; [all …]
|
/Zephyr-latest/tests/drivers/uart/uart_mix_fifo_poll/boards/ |
D | nrf52840dk_nrf52840.overlay | 1 /* SPDX-License-Identifier: Apache-2.0 */ 15 low-power-enable; 34 low-power-enable; 46 current-speed = <115200>; 48 pinctrl-0 = <&uart1_default_alt>; 49 pinctrl-1 = <&uart1_sleep_alt>; 50 pinctrl-names = "default", "sleep"; 54 compatible = "nordic,nrf-uarte"; 55 current-speed = <115200>; 57 pinctrl-0 = <&uart0_default_alt>; [all …]
|
12345678910>>...16