Home
last modified time | relevance | path

Searched full:duplex (Results 1 – 25 of 110) sorted by relevance

12345

/Zephyr-Core-3.5.0/include/zephyr/net/
Dmii.h67 /** full duplex mode */
83 /** 100BASE-X full duplex capable */
85 /** 100BASE-X half duplex capable */
87 /** 10 Mb/s full duplex capable */
89 /** 10 Mb/s half duplex capable */
91 /** 100BASE-T2 full duplex capable */
93 /** 100BASE-T2 half duplex capable */
126 /** try for 100BASE-X full duplex support */
130 /** try for 10 Mb/s full duplex support */
132 /** try for 10 Mb/s half duplex support */
[all …]
Dphy.h31 /** 10Base-T Half-Duplex */
33 /** 10Base-T Full-Duplex */
35 /** 100Base-T Half-Duplex */
37 /** 100Base-T Full-Duplex */
39 /** 1000Base-T Half-Duplex */
41 /** 1000Base-T Full-Duplex */
/Zephyr-Core-3.5.0/dts/bindings/ethernet/
Dethernet-phy.yaml23 - "10BASE-T Half-Duplex"
24 - "10BASE-T Full-Duplex"
25 - "100BASE-T Half-Duplex"
26 - "100BASE-T Full-Duplex"
Dethernet,fixed-link.yaml15 full-duplex:
17 description: The fixed link operates in full duplex mode
Dmicrochip,enc28j60.yaml20 full-duplex:
23 Optional feature flag - Enables full duplex reception and transmission.
/Zephyr-Core-3.5.0/dts/bindings/spi/
Dspi-device.yaml17 duplex:
21 Duplex mode, full or half. By default it's always full duplex thus 0
Dmicrochip,xec-qmspi-ldma.yaml39 QMSPI data lines 1, 2, or 4. 1 data line is full-duplex
40 MOSI and MISO or half-duplex on MOSI only. Lines set to 2
42 Defaults to 1 for full duplex driver's support for full-duplex spi.
Despressif,esp32-spi.yaml17 half-duplex:
20 Enable half-duplex communication mode.
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/spi/
Dspi.h17 * @name SPI duplex mode
20 * Some controllers support half duplex transfer, which results in 3-wire usage.
21 * By default, full duplex will prevail.
/Zephyr-Core-3.5.0/samples/boards/stm32/uart/single_wire/
DREADME.rst5 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/drivers/ethernet/
DKconfig.stm32_hal155 bool "Half duplex mode"
157 Set this if using half duplex when autonegotiation is disabled otherwise
158 duplex mode is full duplex
Dphy_xlnx_gem.c341 * bit [13] = Duplex changed interrupt enable, in phy_xlnx_gem_marvell_alaska_cfg()
364 * Set which link speeds and duplex modes shall be advertised during in phy_xlnx_gem_marvell_alaska_cfg()
412 /* Advertise 1 GBit/s, full duplex */ in phy_xlnx_gem_marvell_alaska_cfg()
415 /* + 100 MBit/s, full duplex */ in phy_xlnx_gem_marvell_alaska_cfg()
417 /* + 10 MBit/s, full duplex */ in phy_xlnx_gem_marvell_alaska_cfg()
421 /* Advertise 100 MBit/s, full duplex */ in phy_xlnx_gem_marvell_alaska_cfg()
424 /* + 10 MBit/s, full duplex */ in phy_xlnx_gem_marvell_alaska_cfg()
428 /* Advertise 10 MBit/s, full duplex */ in phy_xlnx_gem_marvell_alaska_cfg()
433 /* Advertise 1 GBit/s, half duplex */ in phy_xlnx_gem_marvell_alaska_cfg()
436 /* + 100 MBit/s, half duplex */ in phy_xlnx_gem_marvell_alaska_cfg()
[all …]
Deth_adin2111_priv.h148 /* SPI Header for writing control transaction in half duplex mode */
150 /* SPI Header for writing control transaction with MAC TX register (!) in half duplex mode */
152 /* SPI Header for reading control transaction in half duplex mode */
Dphy_cyclonev.c28 /* Speed and Duplex mask values */
250 *10Base-T full-duplex/100Base-T/100Base-T full-duplex in alt_eth_phy_config()
264 /* Set Advertise capabilities for 1000 Base-T/1000 Base-T full-duplex */ in alt_eth_phy_config()
/Zephyr-Core-3.5.0/dts/bindings/serial/
Despressif,esp32-uart.yaml20 Enable the hardware RS485 half duplex mode.
Datmel,sam0-uart.yaml34 description: Enable collision detection for half-duplex mode.
/Zephyr-Core-3.5.0/boards/shields/mikroe_eth_click/
Dmikroe_eth_click.overlay11 full-duplex;
/Zephyr-Core-3.5.0/samples/sensor/ds18b20/boards/
Dnucleo_g0b1re.overlay12 * b) the UART TX pin only, while the single wire half-duplex mode is enabled.
/Zephyr-Core-3.5.0/dts/bindings/w1/
Dzephyr,w1-serial.yaml7 # the option for a "single-wire Half-duplex" mode, where the TX and RX lines
/Zephyr-Core-3.5.0/dts/bindings/sensor/
Dst,lis2mdl-common.yaml27 spi-full-duplex:
/Zephyr-Core-3.5.0/boards/shields/mikroe_eth_click/boards/
Dlpcxpresso55s69_cpu0.overlay21 full-duplex;
Dlpcxpresso55s69_ns.overlay21 full-duplex;
/Zephyr-Core-3.5.0/dts/arm/xilinx/
Dzynqmp.dtsi124 full-duplex;
151 full-duplex;
178 full-duplex;
205 full-duplex;
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/
Dethernet.rst28 * Half/full duplex
/Zephyr-Core-3.5.0/soc/arm/microchip_mec/
DKconfig70 bool "SPI flash operates full-duplex with frequency (< 25 MHz)"
73 bool "SPI flash operates full-duplex with fast reading mode"

12345