Home
last modified time | relevance | path

Searched refs:ports (Results 1 – 25 of 134) sorted by relevance

123456

/Zephyr-Core-3.4.0/tests/net/ethernet_mgmt/src/
Dmain.c71 } ports[2]; member
162 int ports_num = ARRAY_SIZE(ctx->ports); in eth_fake_set_config()
250 ctx->ports[port_id].qbv_enabled = in eth_fake_set_config()
254 memcpy(&ctx->ports[port_id].cycle_time, in eth_fake_set_config()
256 sizeof(ctx->ports[port_id].cycle_time)); in eth_fake_set_config()
257 ctx->ports[port_id].extension_time = in eth_fake_set_config()
259 memcpy(&ctx->ports[port_id].base_time, in eth_fake_set_config()
261 sizeof(ctx->ports[port_id].base_time)); in eth_fake_set_config()
264 ctx->ports[port_id].gate_control.gate_status[0] = in eth_fake_set_config()
266 ctx->ports[port_id].gate_control.gate_status[1] = in eth_fake_set_config()
[all …]
/Zephyr-Core-3.4.0/scripts/west_commands/runners/
Dblackmagicprobe.py48 ports = glob.glob(LINUX_SERIAL_GLOB)
49 if not ports:
52 return sorted(ports)[0]
65 ports = glob.glob(DARWIN_SERIAL_GLOB)
66 if not ports:
69 return sorted(ports)[0]
/Zephyr-Core-3.4.0/drivers/pinctrl/
Dpinctrl_rv32m1.c16 static PORT_Type *ports[] = { variable
36 PORT_Type *base = ports[PORT(pins[i])]; in pinctrl_configure_pins()
Dpinctrl_kinetis.c14 static PORT_Type *ports[] = { variable
38 PORT_Type *base = ports[PORT(pins[i])]; in pinctrl_configure_pins()
/Zephyr-Core-3.4.0/boards/arm/mimxrt595_evk/
Dpre_dt_board.cmake4 # Suppress "simple_bus_reg" on RT5XX boards as all GPIO ports use the same register.
/Zephyr-Core-3.4.0/boards/arm/mimxrt685_evk/
Dpre_dt_board.cmake4 # Suppress "simple_bus_reg" on RT6XX boards as all GPIO ports use the same register.
/Zephyr-Core-3.4.0/boards/arm/lpcxpresso54114/
Dpre_dt_board.cmake4 # Suppress "simple_bus_reg" on LPC boards as all GPIO ports use the same register.
/Zephyr-Core-3.4.0/boards/arm/lpcxpresso51u68/
Dpre_dt_board.cmake4 # Suppress "simple_bus_reg" on LPC boards as all GPIO ports use the same register.
/Zephyr-Core-3.4.0/tests/drivers/i2s/i2s_api/
DKconfig12 bool "Use two separate I2S ports for loopback"
14 Use separate I2S ports for transmit and receive.
/Zephyr-Core-3.4.0/tests/drivers/i2s/i2s_speed/
DKconfig12 bool "Use two separate I2S ports for loopback"
14 Use separate I2S ports for transmit and receive.
/Zephyr-Core-3.4.0/doc/connectivity/networking/
Darmfvp_user_networking_setup.rst42 * User mode networking does not support forwarding UDP ports on the host to
45 * You can only make inward connections by mapping TCP ports on the host to
48 * Operations that require privileged source ports, for example NFS in its
/Zephyr-Core-3.4.0/dts/arm/microchip/mec152x/
Dmec1523hsz-pinctrl.dtsi10 /* I2C ports */
/Zephyr-Core-3.4.0/boards/arm/az3166_iotdevkit/
Daz3166_iotdevkit_defconfig18 # enable GPIO ports
/Zephyr-Core-3.4.0/boards/arm/lpcxpresso55s36/
Dpre_dt_board.cmake4 # Suppress "simple_bus_reg" on LPC boards as all GPIO ports use the same register.
/Zephyr-Core-3.4.0/boards/arm/lpcxpresso55s69/
Dpre_dt_board.cmake4 # Suppress "simple_bus_reg" on LPC boards as all GPIO ports use the same register.
/Zephyr-Core-3.4.0/boards/arm/lpcxpresso55s06/
Dpre_dt_board.cmake7 # Suppress "simple_bus_reg" on LPC boards as all GPIO ports use the same register.
/Zephyr-Core-3.4.0/boards/arm/stm32f412g_disco/
Dstm32f412g_disco_defconfig18 # enable GPIO ports A, B, C, D, E
/Zephyr-Core-3.4.0/boards/arm/lpcxpresso55s28/
Dpre_dt_board.cmake4 # Suppress "simple_bus_reg" on LPC boards as all GPIO ports use the same register.
/Zephyr-Core-3.4.0/boards/arm/atsamc21n_xpro/doc/
Dindex.rst61 - I/O ports
67 - Serial ports
70 - I2C ports
73 - Serial Peripheral Interface ports
76 - CAN ports
/Zephyr-Core-3.4.0/boards/arm/atsamd21_xpro/doc/
Dindex.rst47 | GPIO | on-chip | I/O ports |
51 | USART | on-chip | Serial ports |
53 | I2C | on-chip | I2C ports |
55 | SPI | on-chip | Serial Peripheral Interface ports |
57 | USB | on-chip | Universal Serial Bus device ports |
/Zephyr-Core-3.4.0/boards/arm/lpcxpresso55s16/
Dpre_dt_board.cmake4 # Suppress "simple_bus_reg" on LPC boards as all GPIO ports use the same register.
/Zephyr-Core-3.4.0/drivers/pwm/
DKconfig.npcx13 Say y if you wish to use pwm ports on NPCX MCU.
/Zephyr-Core-3.4.0/include/zephyr/xen/public/
Dsched.h142 XEN_GUEST_HANDLE(evtchn_port_t) ports;
/Zephyr-Core-3.4.0/boards/arm/serpente/doc/
Dindex.rst45 | GPIO | on-chip | I/O ports |
49 | USART | on-chip | Serial ports |
51 | SPI | on-chip | Serial Peripheral Interface ports |
/Zephyr-Core-3.4.0/boards/arm/stm32h747i_disco/
Dstm32h747i_disco_m7_defconfig24 # Disable following to assign serial ports to m4 core

123456