Home
last modified time | relevance | path

Searched refs:wire (Results 1 – 25 of 124) sorted by relevance

12345

/Zephyr-latest/samples/boards/st/uart/single_wire/boards/
Dstm32f3_disco.overlay16 single-wire;
21 single-wire;
Dnucleo_wba55cg.overlay11 single-wire;
18 single-wire;
/Zephyr-latest/samples/boards/st/uart/single_wire/
DREADME.rst1 .. zephyr:code-sample:: uart-stm32-single-wire
2 :name: Single-wire UART
5 Use single-wire/half-duplex UART functionality of STM32 devices.
10 A simple application demonstrating how to use the single-wire/half-duplex
/Zephyr-latest/subsys/bluetooth/controller/coex/
Dreadme.rst8 …stence with another transmitter. Chips such as nordic nRF9160 provide a 1-wire co-existence interf…
10 Nordic connect SDK provides detailed description of the 1-wire and 3-wire co-existence interface fo…
12 Similarly, as in the nordic implementation of the 1-wire interface, the coexistence ticker utilizes…
/Zephyr-latest/samples/drivers/espi/
DREADME.rst5 Use eSPI to connect to a slave device and exchange virtual wire packets.
13 a simple eSPI handshake that includes exchanging virtual wire packets.
15 Standard platform signals are sent virtual wire packets over the bus.
17 eSPI events and when a virtual wire is received.
/Zephyr-latest/drivers/mipi_dbi/
DKconfig.spi17 bool "Emulated 3 wire SPI support"
19 Support 3 wire MIPI DBI (Mode C option 2) in MIPI DBI SPI
/Zephyr-latest/soc/realtek/ec/rts5912/
DKconfig26 bool "Serial wire JTAG"
30 Enables the serial wire JTAG connection on the RTS5912 EC.
/Zephyr-latest/drivers/w1/
DKconfig.zephyr_serial7 bool "1-wire Serial"
26 uart byte (1-wire standard speed data bit).
DKconfig.ds24857 bool "DS2485 1-wire master driver"
DKconfig.zephyr_gpio7 bool "1-wire GPIO"
/Zephyr-latest/tests/bluetooth/init/
Dh5.overlay13 compatible = "zephyr,bt-hci-3wire-uart";
/Zephyr-latest/soc/microchip/mec/mec172x/
DKconfig36 bool "Debug support via Serial wire debug"
41 bool "Debug support via Serial wire debug with tracing enabled"
55 bool "Debug support via Serial wire debug"
/Zephyr-latest/drivers/i2c/
DKconfig.sbcon5 bool "I2C driver for ARM's SBCon two-wire serial bus interface"
/Zephyr-latest/doc/services/serialization/
Dindex.rst7 structured data with a known format on-the-wire.
/Zephyr-latest/samples/drivers/led/xec/
DREADME.rst41 - Connect GPIO 0156 to board LED4 by placing a wire from JP71-11 to J47-3.
45 - Connect GPIO 0156 to board LED5 by placing a wire from JP71-12 to J48-3.
49 - Connect GPIO 0153 to board LED7 by placing a wire from JP71-5 to JP146-5.
57 - Connect GPIO 0035 to board LED7 by placing a wire from JP67-19 to JP146-1.
/Zephyr-latest/samples/basic/servo_motor/
DREADME.rst49 You will need to connect the motor's red wire to external 5V, the black wire to
50 ground and the white wire to the SCL pin, i.e. pin P19 on the edge connector.
/Zephyr-latest/samples/shields/lmp90100_evb/rtd/
DREADME.rst12 with a 3-wire PT100 sensor.
21 connected to the development board according to Example #3 ("3-wire
/Zephyr-latest/drivers/espi/
Despi_npcx.c574 uint8_t wire = 0; in espi_vw_notify_system_state() local
576 espi_npcx_receive_vwire(dev, signal, &wire); in espi_vw_notify_system_state()
577 if (!wire) { in espi_vw_notify_system_state()
582 evt.evt_data = wire; in espi_vw_notify_system_state()
589 uint8_t wire; in espi_vw_notify_host_warning() local
591 espi_npcx_receive_vwire(dev, signal, &wire); in espi_vw_notify_host_warning()
598 wire); in espi_vw_notify_host_warning()
602 wire); in espi_vw_notify_host_warning()
606 wire); in espi_vw_notify_host_warning()
610 espi_npcx_send_vwire(dev, ESPI_VWIRE_SIGNAL_DNX_ACK, wire); in espi_vw_notify_host_warning()
[all …]
DKconfig44 bool "eSPI virtual wire channel"
50 bool "eSPI virtual wire valid bit check"
54 Enable the checking of the eSPI virtual wire valid bit. If this
56 retained valid values and return the received virtual wire level.
76 completed by sending a virtual wire message to the eSPI master.
/Zephyr-latest/soc/microchip/mec/mec15xx/
DKconfig60 bool "Debug support via Serial wire debug"
65 bool "Debug support via Serial wire debug with tracing enabled"
80 bool "Debug support via Serial wire debug"
/Zephyr-latest/doc/hardware/peripherals/can/
Dtransceiver.rst16 The transmit wire from the controller to the transceiver is called CAN TX,
17 and the receive wire is called CAN RX.
/Zephyr-latest/samples/sensor/ds18b20/boards/
Dnucleo_g0b1re.overlay12 * b) the UART TX pin only, while the single wire half-duplex mode is enabled.
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/
DREADME.rst2 :name: HCI 3-wire (H:5)
57 .. _bluetooth-hci-uart-3wire-qemu-posix:
68 sudo hciattach -n /dev/ttyACM0 3wire 1000000
90 .. _bluetooth-hci-uart-3wire-bluez:
101 sudo hciattach -n /dev/ttyACM0 3wire 1000000
194 compatible = "zephyr,bt-hci-3wire-uart";
/Zephyr-latest/doc/hardware/peripherals/
Dw1.rst9 1-Wire is a low speed half-duplex serial bus using only a single wire plus
97 …https://www.analog.com/en/resources/technical-articles/1wire-software-resource-guide-device-descri…
100 https://www.analog.com/en/resources/app-notes/1wire-search-algorithm.html
/Zephyr-latest/tests/drivers/pwm/pwm_gpio_loopback/boards/
Dnrf54h20dk_nrf54h20_cpuapp.overlay5 * Test requires wire connection between:

12345