/Zephyr-latest/samples/boards/st/uart/single_wire/boards/ |
D | stm32f3_disco.overlay | 16 single-wire; 21 single-wire;
|
D | nucleo_wba55cg.overlay | 11 single-wire; 18 single-wire;
|
/Zephyr-latest/samples/boards/st/uart/single_wire/ |
D | README.rst | 1 .. 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/ |
D | readme.rst | 8 …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/ |
D | README.rst | 5 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/ |
D | Kconfig.spi | 17 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/ |
D | Kconfig | 26 bool "Serial wire JTAG" 30 Enables the serial wire JTAG connection on the RTS5912 EC.
|
/Zephyr-latest/drivers/w1/ |
D | Kconfig.zephyr_serial | 7 bool "1-wire Serial" 26 uart byte (1-wire standard speed data bit).
|
D | Kconfig.ds2485 | 7 bool "DS2485 1-wire master driver"
|
D | Kconfig.zephyr_gpio | 7 bool "1-wire GPIO"
|
/Zephyr-latest/tests/bluetooth/init/ |
D | h5.overlay | 13 compatible = "zephyr,bt-hci-3wire-uart";
|
/Zephyr-latest/soc/microchip/mec/mec172x/ |
D | Kconfig | 36 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/ |
D | Kconfig.sbcon | 5 bool "I2C driver for ARM's SBCon two-wire serial bus interface"
|
/Zephyr-latest/doc/services/serialization/ |
D | index.rst | 7 structured data with a known format on-the-wire.
|
/Zephyr-latest/samples/drivers/led/xec/ |
D | README.rst | 41 - 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/ |
D | README.rst | 49 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/ |
D | README.rst | 12 with a 3-wire PT100 sensor. 21 connected to the development board according to Example #3 ("3-wire
|
/Zephyr-latest/drivers/espi/ |
D | espi_npcx.c | 574 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 …]
|
D | Kconfig | 44 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/ |
D | Kconfig | 60 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/ |
D | transceiver.rst | 16 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/ |
D | nucleo_g0b1re.overlay | 12 * b) the UART TX pin only, while the single wire half-duplex mode is enabled.
|
/Zephyr-latest/samples/bluetooth/hci_uart_3wire/ |
D | README.rst | 2 :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/ |
D | w1.rst | 9 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/ |
D | nrf54h20dk_nrf54h20_cpuapp.overlay | 5 * Test requires wire connection between:
|