Searched full:wire (Results 1 – 25 of 194) sorted by relevance
12345678
/Zephyr-Core-3.5.0/soc/nios2/nios2f-zephyr/cpu/ |
D | ghrd_10m50da_top.v | 3 input wire clk_50, 4 //input wire clk_ddr3_100_p, 5 input wire fpga_reset_n, 7 output wire qspi_clk, 8 inout wire[3:0] qspi_io, 9 output wire qspi_csn, 11 //output wire [13:0] mem_a, 12 //output wire [2:0] mem_ba, 13 //inout wire [0:0] mem_ck, 14 //inout wire [0:0] mem_ck_n, [all …]
|
/Zephyr-Core-3.5.0/drivers/w1/ |
D | Kconfig | 1 # 1-Wire configuration options 8 prompt "1-Wire bus drivers" 11 Enable 1-Wire Drivers 24 1-Wire device driver initialization priority. 27 bool "1-Wire Shell" 31 Enable 1-Wire Shell for testing. 37 prompt "1-Wire Shell buffer size" 51 bool "1-Wire network layer" 54 Enable 1-wire network layer 57 bool "Force 1-Wire multidrop addressing" [all …]
|
D | Kconfig.zephyr_serial | 1 # Configuration options for the Zephyr serial 1-Wire Master driver 7 bool "1-wire Serial" 12 This option enables the Zephyr serial 1-Wire master driver. 25 uart byte (1-wire standard speed data bit).
|
D | w1_shell.c | 17 #define W1DEV_X_NOT_FOUND "1-Wire device not found: \"%s\"" 49 /* 1-Wire reset bus <device> */ 71 /* 1-Wire read_bit <device> */ 95 /* 1-Wire read_byte <device> */ 119 /* 1-Wire read_block <device> [num_bytes] */ 161 /* 1-Wire write_bit <device> <bit_value> */ 188 /* 1-Wire write_byte <device> <byte_value> */ 237 /* 1-Wire write_block <device> <byt1> [byte2, ...] */ 290 /* 1-Wire config <device> <type> <value> */ 347 /* 1-Wire search <device> */ [all …]
|
D | Kconfig.ds2477_85 | 1 # Common configuration options for DS2477 and DS2485 1-Wire master drivers 9 This enables support for the shared ds2477/85 1-Wire driver.
|
D | Kconfig.ds2485 | 1 # Configuration options for the Zephyr DS2485 1-Wire master driver 7 bool "DS2485 1-wire master driver"
|
/Zephyr-Core-3.5.0/doc/hardware/peripherals/ |
D | w1.rst | 3 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, 14 The 1-Wire bus supports longer bus lines than I2C, while it reaches speeds of up 25 :alt: 1-Wire bus topology 27 A typical 1-Wire bus topology 35 Zephyr's 1-Wire Master API is used to interact with 1-Wire slave devices like 47 * The 1-Wire network layer handles all means for slave identification and bus 52 includes a 8-bit `1-Wire Family Code`_ and a 8-bit CRC. 58 generic 1-Wire driver and therefore must be handled in individual slave drivers. [all …]
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/ |
D | w1.h | 10 * @brief Public 1-Wire Driver APIs 27 * @brief 1-Wire Interface 28 * @defgroup w1_interface 1-Wire Interface 51 * @brief Defines the 1-Wire master settings types, which are runtime configurable. 72 /** Configuration common to all 1-Wire master implementations. */ 78 /** Data common to all 1-Wire master implementations. */ 132 * @brief Lock the 1-wire bus to prevent simultaneous access. 149 * @brief Unlock the 1-wire bus. 164 * @brief 1-Wire data link layer 165 * @defgroup w1_data_link 1-Wire data link layer [all …]
|
/Zephyr-Core-3.5.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/radio/ |
D | radio_nrf5_ppi_resources.h | 48 /* Start event timer on RTC tick wire the RTC0 EVENTS_COMPARE[2] event to 53 /* Capture event timer on Radio ready, wire the RADIO EVENTS_READY event to the 59 * wire the RADIO EVENTS_ADDRESS event to the CCM TASKS_CRYPT task. 68 * wire the RADIO EVENTS_BCMATCH event to the AAR TASKS_START task. 95 * wire the RADIO EVENTS_END event to SW_SWITCH_TIMER TASKS_CLEAR task. 104 * wire the RADIO EVENTS_END event to the 114 /* Wire a SW SWITCH TIMER EVENTS_COMPARE[<cc_offset>] event 125 /* Wire the RADIO EVENTS_END event to one of the PPI GROUP TASK ENABLE task. 135 * wire the SW SWITCH TIMER EVENTS_COMPARE[<cc_offset>] event 146 /* Wire the SW SWITCH TIMER EVENTS_COMPARE[<cc_offset>] event [all …]
|
D | radio_nrf5_dppi_resources.h | 10 * wire the EVENT_TIMER EVENTS_COMPARE[0] event to RADIO TASKS_TXEN/RXEN task. 17 * wire the RADIO EVENTS_ADDRESS event to the 24 * wire the EVENT_TIMER EVENTS_COMPARE[<HCTO timer>] event 31 * wire the RADIO EVENTS_END event to the 38 * wire the RTC0 EVENTS_COMPARE[2] event to EVENT_TIMER TASKS_START task. 44 * wire the RADIO EVENTS_READY event to the 51 * wire the RADIO EVENTS_ADDRESS event to the CCM TASKS_CRYPT task. 60 * wire the RADIO EVENTS_BCMATCH event to the AAR TASKS_START task. 86 * wire the RADIO EVENTS_END event to SW_SWITCH_TIMER TASKS_CLEAR task. 99 /* Wire a SW SWITCH TIMER EVENTS_COMPARE[<cc_offset>] event [all …]
|
D | radio_nrf5_ppi.h | 20 * wire the EVENT_TIMER EVENTS_COMPARE[0] event to RADIO TASKS_TXEN/RXEN task. 86 * wire the RADIO EVENTS_ADDRESS event to the 114 * wire the EVENT_TIMER EVENTS_COMPARE[<HCTO timer>] event 142 * wire the RADIO EVENTS_END event to the 170 * wire the RTC0 EVENTS_COMPARE[2] event to EVENT_TIMER TASKS_START task. 183 * wire the RADIO EVENTS_READY event to the 197 * wire the RADIO EVENTS_ADDRESS event to the CCM TASKS_CRYPT task. 221 * wire the RADIO EVENTS_BCMATCH event to the CCM TASKS_CRYPT task. 246 * wire the RADIO EVENTS_BCMATCH event to the AAR TASKS_START task. 325 * wire the RADIO EVENTS_END event to SW_SWITCH_TIMER TASKS_CLEAR task. [all …]
|
/Zephyr-Core-3.5.0/dts/bindings/w1/ |
D | zephyr,w1-serial.yaml | 4 # Properties for the serial 1-Wire master driver: 7 # the option for a "single-wire Half-duplex" mode, where the TX and RX lines 9 # needs to be allocated for the 1-Wire communication. 11 description: 1-Wire master over Zephyr uart
|
D | w1-master.yaml | 4 # Common fields for 1-Wire masters 14 Enable the active pullup for the 1-Wire bus.
|
D | maxim,ds2485.yaml | 4 # Properties for the DS2485 I2C 1-Wire master with memory driver: 7 This is a representation of the Maxim DS2485 I2C 1-Wire master w/ memory
|
/Zephyr-Core-3.5.0/include/zephyr/drivers/sensor/ |
D | w1_sensor.h | 9 * @brief Extended public API for 1-Wire Sensors 12 * runtime configuration of ROM IDs for 1-Wire Sensors. 26 * @brief 1-Wire Sensor API 27 * @defgroup w1_sensor 1-Wire Sensor API 33 /** Device unique 1-Wire ROM */
|
/Zephyr-Core-3.5.0/samples/boards/stm32/uart/single_wire/ |
D | README.rst | 1 .. zephyr:code-sample:: uart-stm32-single-wire 2 :name: STM32 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 UART
|
/Zephyr-Core-3.5.0/dts/bindings/sensor/ |
D | maxim,max31865.yaml | 38 maxim,3-wire: 40 description: 3-wire enabled (@a true) or 2-wire/4-wire (@a false)
|
/Zephyr-Core-3.5.0/samples/drivers/w1/scanner/ |
D | README.rst | 2 :name: 1-Wire scanner 5 Scan for 1-Wire devices and print their family ID and serial number. 10 This sample demonstrates how to scan for 1-Wire devices. It runs the 1-Wire
|
/Zephyr-Core-3.5.0/dts/arm/nuvoton/npcx/npcx4/ |
D | npcx4-espi-vws-map.dtsi | 7 /* Common eSPI Virtual Wire (VW) mapping configurations in npcx family */ 11 * Specific eSPI Virtual Wire (VW) mapping configurations in npcx4 series 13 * | VW idx | SLV reg | Wire Bit 3 | Wire Bit 2 | Wire Bit 1| Wire Bit 0 |
|
/Zephyr-Core-3.5.0/dts/arm/nuvoton/npcx/npcx9/ |
D | npcx9-espi-vws-map.dtsi | 7 /* Common eSPI Virtual Wire (VW) mapping configurations in npcx family */ 11 * Specific eSPI Virtual Wire (VW) mapping configurations in npcx9 series 13 * | VW idx | SLV reg | Wire Bit 3 | Wire Bit 2 | Wire Bit 1| Wire Bit 0 |
|
/Zephyr-Core-3.5.0/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-Core-3.5.0/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-Core-3.5.0/soc/arm/microchip_mec/mec172x/ |
D | Kconfig.soc | 45 bool "Debug support via Serial wire debug" 50 bool "Debug support via Serial wire debug with tracing enabled" 64 bool "Debug support via Serial wire debug" 70 bool "debug support via Serial Wire Debug and Viewer"
|
/Zephyr-Core-3.5.0/soc/arm/microchip_mec/mec1501/ |
D | Kconfig.soc | 57 bool "Debug support via Serial wire debug" 62 bool "Debug support via Serial wire debug with tracing enabled" 77 bool "Debug support via Serial wire debug" 83 bool "debug support via Serial Wire Debug and Viewer"
|
/Zephyr-Core-3.5.0/dts/bindings/espi/ |
D | microchip,xec-espi-vw-routing.yaml | 4 description: Microchip XEC eSPI Virtual Wire routing 12 Child node containing the routing of an eSPI virtual wire to the SoC 31 Optional default virtual wire state on reset (0 or 1).
|
12345678