Searched +full:high +full:- +full:speed (Results 1 – 25 of 316) sorted by relevance
12345678910>>...13
/Zephyr-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/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 | 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 | 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 …]
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/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. 23 high: 0.75 x VCC, with hysteresis [all …]
|
/Zephyr-Core-3.6.0/dts/bindings/adc/ |
D | nxp,s32-adc-sar.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "nxp,s32-adc-sar" 8 include: [adc-controller.yaml, pinctrl-device.yaml] 17 vref-mv: 22 group-channel: 26 - "precision" 27 - "standard" 28 - "external" 31 high-speed: 33 description: Use high speed during conversion, calibration. [all …]
|
D | nxp,kinetis-adc16.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "nxp,kinetis-adc16" 8 include: ["adc-controller.yaml", "pinctrl-device.yaml"] 14 channel-mux-b: 22 periodic-trigger: 26 "#io-channel-cells": 29 clk-source: 33 long-sample: 36 - 0 37 - 1 [all …]
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/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. 44 DT_STM32_USBHS_SPEED := $(dt_node_str_prop_equals,$(DT_STM32_USBHS),maximum-speed,high-speed) 93 DT_SAM_USBHS_SPEED := $(dt_node_str_prop_equals,$(DT_SAM_USBHS),maximum-speed,high-speed) 232 module-str = usb driver
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/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-Core-3.6.0/boards/arm/96b_aerocore2/ |
D | 96b_aerocore2.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 10 #include <st/f4/stm32f427v(g-i)tx-pinctrl.dtsi> 18 zephyr,shell-uart = &uart7; 25 compatible = "gpio-leds"; 39 volt-sensor0 = &vref; 40 volt-sensor1 = &vbat; 50 clock-frequency = <DT_FREQ_M(24)>; 55 div-m = <24>; 56 mul-n = <336>; [all …]
|
/Zephyr-Core-3.6.0/dts/bindings/can/ |
D | ti,tcan4x5x.yaml | 2 # SPDX-License-Identifier: Apache-2.0 12 spi-max-frequency = <18000000>; 13 clock-frequency = <40000000>; 14 device-state-gpios = <&gpio0 0 GPIO_ACTIVE_LOW>; 15 device-wake-gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>; 16 reset-gpios = <&gpio0 2 GPIO_ACTIVE_HIGH>; 17 int-gpios = <&gpio0 3 GPIO_ACTIVE_LOW>; 18 bosch,mram-cfg = <0x0 15 15 5 5 0 10 10>; 19 sample-point = <875>; 20 sample-point-data = <875>; [all …]
|
/Zephyr-Core-3.6.0/dts/bindings/sensor/ |
D | nxp,kinetis-acmp.yaml | 2 # SPDX-License-Identifier: Apache-2.0 6 compatible: "nxp,kinetis-acmp" 8 include: [sensor-device.yaml, pinctrl-device.yaml] 17 nxp,enable-output-pin: 22 nxp,use-unfiltered-output: 27 nxp,high-speed-mode: 30 Enable high speed comparison mode. 32 nxp,enable-sample: 37 nxp,filter-count: 42 nxp,filter-period: [all …]
|
/Zephyr-Core-3.6.0/modules/ |
D | Kconfig.nuvoton | 1 # SPDX-License-Identifier: Apache-2.0 59 bool "NuMaker high-speed USB 2.0 device controller" 61 Enable Nuvoton high-speed USB 2.0 device controller HAL module driver
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/tests/drivers/udc/boards/ |
D | native_sim_64.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-Core-3.6.0/soc/arm/nxp_kinetis/k6x/ |
D | Kconfig.soc | 3 # Copyright (c) 2016 Open-RnD Sp. z o.o. 4 # SPDX-License-Identifier: Apache-2.0 104 bool "High Speed RUN mode" 108 This options enables support for High Speed RUN mode on K66F SoC.
|
/Zephyr-Core-3.6.0/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-Core-3.6.0/boards/arm/stm32mp157c_dk2/ |
D | stm32mp157c_dk2.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/mp1/stm32mp157cacx-pinctrl.dtsi> 11 #include <zephyr/dt-bindings/input/input-event-codes.h> 14 model = "STMicroelectronics STM32MP157-DK2 board"; 15 compatible = "st,stm32mp157c-dk2"; 24 * zephyr,shell-uart = &usart3; 31 compatible = "gpio-leds"; 39 compatible = "gpio-keys"; 55 clock-frequency = <DT_FREQ_M(209)>; [all …]
|
/Zephyr-Core-3.6.0/boards/arm/96b_stm32_sensor_mez/ |
D | 96b_stm32_sensor_mez.dts | 4 * SPDX-License-Identifier: Apache-2.0 7 /dts-v1/; 9 #include <st/f4/stm32f446v(c-e)tx-pinctrl.dtsi> 10 #include <zephyr/dt-bindings/input/input-event-codes.h> 14 compatible = "st,stm32f446-b96b-f446ve"; 18 zephyr,shell-uart = &uart4; 24 compatible = "gpio-leds"; 40 compatible = "gpio-keys"; 61 clock-frequency = <DT_FREQ_M(16)>; 66 div-m = <8>; [all …]
|
12345678910>>...13