Home
last modified time | relevance | path

Searched +full:bus +full:- +full:speed (Results 1 – 25 of 362) sorted by relevance

12345678910>>...15

/Zephyr-latest/dts/bindings/bluetooth/
Dinfineon,cyw43xxx-bt-hci.yaml4 # SPDX-License-Identifier: Apache-2.0
14 current-speed = <115200>;
16 /* HCI-UART pins*/
17 pinctrl-0 = <&p3_1_scb2_uart_tx &p3_0_scb2_uart_rx
19 pinctrl-names = "default";
22 hw-flow-control;
24 bt-hci {
26 compatible = "infineon,cyw43xxx-bt-hci";
27 bt-reg-on-gpios = <&gpio_prt3 4 (GPIO_ACTIVE_HIGH)>;
29 fw-download-speed = <3000000>;
[all …]
Dnxp,bt-hci-uart.yaml2 # SPDX-License-Identifier: Apache-2.0
7 compatible: "nxp,bt-hci-uart"
12 sdio-reset-gpios:
13 type: phandle-array
16 w-disable-gpios:
17 type: phandle-array
20 hci-operation-speed:
24 bus/current-speed will be used as default.
26 hw-flow-control:
30 fw-download-primary-speed:
[all …]
/Zephyr-latest/drivers/crypto/
DKconfig.ataes132a4 # SPDX-License-Identifier: Apache-2.0
17 prompt "ATAES132A I2C bus speed"
23 Standard bis speed of up to 100KHz.
28 Fast bus speed of up to 400KHz.
/Zephyr-latest/doc/hardware/peripherals/
Dw1.rst3 1-Wire Bus
9 1-Wire is a low speed half-duplex serial bus using only a single wire plus
11 Similarly to I2C, 1-Wire uses a bidirectional open-collector data line,
12 and is a single master multidrop bus. This means one master initiates all data
14 The 1-Wire bus supports longer bus lines than I2C, while it reaches speeds of up
16 Reliable communication in standard speed configuration is possible with 10 nodes
17 over a bus length of 100 meters. Using overdrive speed, 3 nodes on a bus of
19 fewer nodes on the bus may allow to reach larger bus extents.
23 .. figure:: 1-Wire_bus_topology.drawio.svg
25 :alt: 1-Wire bus topology
[all …]
/Zephyr-latest/drivers/sensor/bosch/bmg160/
DKconfig4 # SPDX-License-Identifier: Apache-2.0
17 prompt "BMG160 I2C bus speed"
23 Standard bus speed of up to 100kHz.
28 Fast bus speed of up to 400KHz.
43 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_BOSCH_BMG160),int-gpios)
49 depends on $(dt_compat_any_has_prop,$(DT_COMPAT_BOSCH_BMG160),int-gpios)
/Zephyr-latest/dts/bindings/usb/
Dusb-controller.yaml1 # Copyright (c) 2018, I-SENSE group of ICCS
2 # SPDX-License-Identifier: Apache-2.0
8 bus: usb
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"
[all …]
/Zephyr-latest/doc/build/dts/
Dbindings-syntax.rst1 .. _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:
45 # If the node describes bus hardware, like an SPI bus controller
46 # on an SoC, use 'bus:' to say which one, like this:
[all …]
/Zephyr-latest/dts/bindings/i2c/
Datmel,sam-i2c-twim.yaml1 # 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
10 always a bus master and can transfer sequential or single bytes. Multiple
11 master capability is supported. Arbitration of the bus is performed
12 internally and relinquishes the bus automatically if the bus arbitration is
20 std-clk-slew-lim = <0>;
21 std-clk-strength-low = "0.5";
[all …]
/Zephyr-latest/subsys/sd/
Dsdmmc.c4 * SPDX-License-Identifier: Apache-2.0
25 scr->flags = 0U; in sdmmc_decode_scr()
26 scr->scr_structure = (uint8_t)((raw_scr[0U] & 0xF0000000U) >> 28U); in sdmmc_decode_scr()
27 scr->sd_spec = (uint8_t)((raw_scr[0U] & 0xF000000U) >> 24U); in sdmmc_decode_scr()
29 scr->flags |= SD_SCR_DATA_STATUS_AFTER_ERASE; in sdmmc_decode_scr()
31 scr->sd_sec = (uint8_t)((raw_scr[0U] & 0x700000U) >> 20U); in sdmmc_decode_scr()
32 scr->sd_width = (uint8_t)((raw_scr[0U] & 0xF0000U) >> 16U); in sdmmc_decode_scr()
34 scr->flags |= SD_SCR_SPEC3; in sdmmc_decode_scr()
36 scr->sd_ext_sec = (uint8_t)((raw_scr[0U] & 0x7800U) >> 10U); in sdmmc_decode_scr()
37 scr->cmd_support = (uint8_t)(raw_scr[0U] & 0x3U); in sdmmc_decode_scr()
[all …]
/Zephyr-latest/dts/bindings/w1/
Dw1-slave.yaml2 # SPDX-License-Identifier: Apache-2.0
8 on-bus: w1
11 family-code:
14 8-bit 1-Wire family code, which is also part of the 64 bit ROM ID.
15 overdrive-speed:
18 Instead of standard speed timing, use overdrive speed timing for
/Zephyr-latest/dts/arm/st/h7/
Dstm32h745.dtsi4 * 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)>;
20 max-erase-time = <4000>;
23 compatible = "st,stm32-nv-flash", "soc-nv-flash";
24 write-block-size = <32>;
[all …]
Dstm32h743.dtsi4 * SPDX-License-Identifier: Apache-2.0
8 #include <zephyr/dt-bindings/display/panel.h>
12 compatible = "st,stm32h743", "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)>;
20 max-erase-time = <4000>;
25 dma-requests= <107>;
29 dma-requests= <107>;
[all …]
/Zephyr-latest/samples/subsys/usb/testusb/
DREADME.rst1 .. zephyr:code-sample:: testusb-app
3 :relevant-api: _usb_device_core_api
24 .. code-block:: console
30 .. code-block:: console
32 [21746.128743] usb 9-1: new full-speed USB device number 16 using uhci_hcd
33 [21746.303051] usb 9-1: New USB device found, idVendor=2fe3, idProduct=0009, bcdDevice= 2.03
34 [21746.303055] usb 9-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
35 [21746.303058] usb 9-1: Product: Zephyr testusb sample
36 [21746.303060] usb 9-1: Manufacturer: ZEPHYR
37 [21746.303063] usb 9-1: SerialNumber: 86FE679A598AC47A
[all …]
/Zephyr-latest/dts/bindings/sensor/
Dmaxim,max31790-fan-speed.yaml2 # SPDX-License-Identifier: Apache-2.0
4 description: fan speed measurement of Maxim Integrated MAX31790 PWM Controller
6 compatible: "maxim,max31790-fan-speed"
8 include: [sensor-device.yaml]
10 on-bus: max31790
16 - 1
17 - 2
18 - 3
19 - 4
20 - 5
[all …]
/Zephyr-latest/modules/hal_gigadevice/
DKconfig1 # 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/infineon/cy8cproto_062_4343w/
Dcy8cproto_062_4343w.dts3 * SPDX-License-Identifier: Apache-2.0
6 /dts-v1/;
9 #include "cy8cproto_062_4343w-common.dtsi"
10 #include "cy8cproto_062_4343w-pinctrl.dtsi"
17 uart-5 = &uart5;
18 i2c-0 = &i2c3;
27 zephyr,shell-uart = &uart5;
28 zephyr,bt-hci = &bt_hci_uart;
37 compatible = "infineon,cat1-uart";
39 current-speed = <115200>;
[all …]
/Zephyr-latest/dts/arm/st/f7/
Dstm32f723.dtsi4 * 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/i3c/
Dnuvoton,npcx-i3c.yaml2 # 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/tests/drivers/uart/uart_emul/
Duart_emul.overlay4 * SPDX-License-Identifier: Apache-2.0
8 euart0: uart-emul {
9 compatible = "zephyr,uart-emul";
11 current-speed = <0>;
12 rx-fifo-size = <256>;
13 tx-fifo-size = <256>;
16 euart1: uart-dummy-bus {
17 compatible = "zephyr,uart-emul";
19 current-speed = <0>;
20 rx-fifo-size = <256>;
[all …]
/Zephyr-latest/drivers/usb/uvb/
Duvb.h4 * SPDX-License-Identifier: Apache-2.0
9 * @brief USB virtual bus service
24 * @brief Virtual bus event types
46 * @brief Virtual bus device activity type
51 /** Low speed connection detected */
53 /** Full speed connection detected */
55 /** High speed connection detected */
57 /** Super speed connection detected */
64 * @brief Virtual bus host request type
74 * @brief Virtual bus device reply type
[all …]
/Zephyr-latest/include/zephyr/drivers/
Dw1.h5 * SPDX-License-Identifier: Apache-2.0
10 * @brief Public 1-Wire Driver APIs
27 * @brief 1-Wire Interface
28 * @defgroup w1_interface 1-Wire Interface
38 * Count the number of slaves expected on the bus.
39 * This can be used to decide if the bus has a multidrop topology or
46 (FOR_EACH(F1, (+), DT_SUPPORTS_DEP_ORDS(node_id)) - 1)
53 * @brief Defines the 1-Wire master settings types, which are runtime configurable.
56 /** Overdrive speed is enabled in case a value of 1 is passed and
74 /** Configuration common to all 1-Wire master implementations. */
[all …]
/Zephyr-latest/dts/arm/st/l4/
Dstm32l452.dtsi4 * 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>;
Dstm32l475.dtsi4 * 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/
Dstm32u575.dtsi4 * 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/subsys/emul/
DKconfig4 # SPDX-License-Identifier: Apache-2.0
15 emulator for an I2C compass such that it appears on the I2C bus and
19 a compass may support returning bogus data if the I2C bus speed is
21 yet been completed. This allows for testing that high-level code can
34 module-str = emul

12345678910>>...15