Home
last modified time | relevance | path

Searched refs:duplex (Results 1 – 25 of 50) sorted by relevance

12

/Zephyr-latest/samples/boards/st/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-latest/boards/shields/mikroe_eth_click/
Dmikroe_eth_click.overlay11 full-duplex;
/Zephyr-latest/tests/drivers/mspi/api/src/
Dmain.c36 .duplex = DT_ENUM_IDX_OR(MSPI_BUS_NODE, duplex, MSPI_HALF_DUPLEX),
/Zephyr-latest/boards/shields/mikroe_eth_click/boards/
Dlpcxpresso55s69_lpc55s69_cpu0.overlay21 full-duplex;
/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/drivers/ethernet/
DKconfig.stm32_hal109 bool "Half duplex mode"
111 Set this if using half duplex when autonegotiation is disabled otherwise
112 duplex mode is full duplex
Deth_nxp_s32_netc_psi.c37 Netc_EthSwt_Ip_PortDuplexType duplex; in nxp_s32_eth_configure_port() local
49 duplex = PHY_TO_NETC_DUPLEX_MODE(speed); in nxp_s32_eth_configure_port()
50 status = Netc_EthSwt_Ip_SetPortMacLayerDuplexMode(NETC_SWITCH_IDX, port_idx, duplex); in nxp_s32_eth_configure_port()
/Zephyr-latest/dts/arm/xilinx/
Dzynqmp.dtsi128 full-duplex;
155 full-duplex;
182 full-duplex;
209 full-duplex;
Dzynq7000.dtsi75 full-duplex;
102 full-duplex;
/Zephyr-latest/boards/intel/socfpga/agilex5_socdk/
Dintel_socfpga_agilex5_socdk.dts40 full-duplex-mode-en;
/Zephyr-latest/drivers/ethernet/phy/
Dphy_realtek_rtl8211f.c211 uint32_t duplex = 0; in phy_rt_rtl8211f_get_link() local
239 duplex = (physr & PHY_RT_RTL8211F_PHYSR_LINKDUPLEX_MASK); in phy_rt_rtl8211f_get_link()
243 if (duplex) { in phy_rt_rtl8211f_get_link()
250 if (duplex) { in phy_rt_rtl8211f_get_link()
258 if (duplex) { in phy_rt_rtl8211f_get_link()
Dphy_qualcomm_ar8031.c162 uint16_t speed, duplex; in qc_ar8031_update_link_state() local
187 duplex = reg_value & SPEC_STATUS_REG_DUPLEX_MASK; in qc_ar8031_update_link_state()
189 switch (speed | duplex) { in qc_ar8031_update_link_state()
/Zephyr-latest/doc/connectivity/networking/api/
Dethernet.rst28 * Half/full duplex
Dgptp.rst21 `IEEE 802.1AS-2011 standard`_. Mandatory requirements for a full-duplex
/Zephyr-latest/boards/shields/adafruit_2_8_tft_touch_v2/boards/
Drd_rw612_bga.overlay43 duplex = <SPI_HALF_DUPLEX>;
/Zephyr-latest/boards/raspberrypi/rpi_pico/
Drpi_pico_rp2040_w.dts59 spi-half-duplex;
/Zephyr-latest/samples/boards/nxp/s32/netc/
DREADME.rst52 [00:00:07.595,000] <inf> phy_mii: PHY (7) Link speed 1000 Mb, full duplex
77 [00:00:07.595,000] <inf> phy_mii: PHY (7) Link speed 1000 Mb, full duplex
/Zephyr-latest/boards/nxp/rd_rw612_bga/dts/
Dgoworld_16880_lcm.overlay50 duplex = <SPI_HALF_DUPLEX>;
/Zephyr-latest/include/zephyr/drivers/
Dmipi_dbi.h58 DT_PROP_OR(node_id, duplex, 0) | \
/Zephyr-latest/tests/drivers/build_all/ethernet/
Dspi_devices.overlay46 full-duplex;
/Zephyr-latest/drivers/mspi/
Dmspi_emul.c454 if (config->duplex > MSPI_FULL_DUPLEX) { in mspi_emul_config()
864 .duplex = DT_INST_ENUM_IDX_OR(n, duplex, MSPI_HALF_DUPLEX), \
/Zephyr-latest/boards/st/st25dv_mb1283_disco/
Dst25dv_mb1283_disco.dts85 duplex = <0x800>;
/Zephyr-latest/drivers/ethernet/nxp_enet/
Deth_nxp_enet.c482 enet_mii_duplex_t duplex; local
498 duplex = kENET_MiiFullDuplex;
500 duplex = kENET_MiiHalfDuplex;
503 ENET_SetMII(data->base, speed, duplex);
/Zephyr-latest/soc/microchip/mec/
DKconfig65 bool "SPI flash operates full-duplex with frequency (< 25 MHz)"
68 bool "SPI flash operates full-duplex with fast reading mode"
/Zephyr-latest/doc/hardware/peripherals/
Dw1.rst9 1-Wire is a low speed half-duplex serial bus using only a single wire plus

12