Home
last modified time | relevance | path

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

1234567

/Zephyr-latest/include/zephyr/devicetree/
Dport-endpoint.h37 COND_CODE_1(DT_NODE_EXISTS(DT_INST_CHILD(inst, ports)), \
38 (DT_CHILD(DT_INST_CHILD(inst, ports), port_##pid)), (DT_INST_CHILD(inst, port_##pid)))
216 COND_CODE_1(DT_NODE_EXISTS(DT_CHILD(DT_PARENT(DT_GPARENT(ep)), ports)), \
/Zephyr-latest/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-latest/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-latest/boards/microchip/ev11l78a/doc/
Dindex.rst50 - I/O ports
53 - Serial ports
56 - I2C ports
59 - Serial Peripheral Interface ports
/Zephyr-latest/drivers/pinctrl/
Dpinctrl_rv32m1.c16 static PORT_Type *ports[] = { variable
36 PORT_Type *base = ports[PORT(pins[i])]; in pinctrl_configure_pins()
Dpinctrl_nxp_port.c18 static PORT_Type *ports[] = { variable
46 PORT_Type *base = ports[PORT(pins[i])]; in pinctrl_configure_pins()
/Zephyr-latest/boards/mxchip/az3166_iotdevkit/
Daz3166_iotdevkit_defconfig15 # enable GPIO ports
/Zephyr-latest/drivers/serial/
DKconfig.native_tty4 bool "UART driver for interacting with host serial ports"
/Zephyr-latest/boards/st/stm32f412g_disco/
Dstm32f412g_disco_defconfig15 # enable GPIO ports A, B, C, D, E
/Zephyr-latest/tests/drivers/i2s/i2s_speed/
DKconfig12 bool "Use two separate I2S ports for loopback"
14 Use separate I2S ports for transmit and receive.
/Zephyr-latest/tests/drivers/i2s/i2s_api/
DKconfig12 bool "Use two separate I2S ports for loopback"
14 Use separate I2S ports for transmit and receive.
/Zephyr-latest/dts/arm/microchip/mec152x/
Dmec1523hsz-pinctrl.dtsi10 /* I2C ports */
/Zephyr-latest/boards/st/stm32f413h_disco/
Dstm32f413h_disco_defconfig15 # Enable GPIO ports A, B, C, D, E, F, G, H
/Zephyr-latest/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-latest/snippets/nordic-log-stm-dict/
DREADME.rst10 the Coresight STM stimulus ports. Data is collected in ETR buffer. Data from ETR
/Zephyr-latest/boards/st/stm32h747i_disco/
Dstm32h747i_disco_stm32h747xx_m7_defconfig16 # Disable following to assign serial ports to m4 core
/Zephyr-latest/snippets/nordic-log-stm/
DREADME.rst10 stimulus ports. Data is collected in ETR buffer. Data from ETR buffer is
/Zephyr-latest/boards/atmel/sam0/samc21n_xpro/doc/
Dindex.rst54 - I/O ports
60 - Serial ports
63 - I2C ports
66 - Serial Peripheral Interface ports
69 - CAN ports
/Zephyr-latest/boards/atmel/sam0/samd21_xpro/doc/
Dindex.rst52 - I/O ports
58 - Serial ports
61 - I2C ports
64 - Serial Peripheral Interface ports
67 - Universal Serial Bus device ports
/Zephyr-latest/boards/atmel/sam0/samd20_xpro/doc/
Dindex.rst52 - I/O ports
55 - Serial ports
58 - I2C ports
61 - Serial Peripheral Interface ports
/Zephyr-latest/drivers/pwm/
DKconfig.npcx14 Say y if you wish to use pwm ports on NPCX MCU.
/Zephyr-latest/include/zephyr/xen/public/
Dsched.h142 XEN_GUEST_HANDLE(evtchn_port_t) ports;
/Zephyr-latest/boards/shields/nxp_btb44_ov5640/
Dnxp_btb44_ov5640.overlay37 ports {
/Zephyr-latest/boards/others/serpente/doc/
Dindex.rst38 | GPIO | on-chip | I/O ports |
42 | USART | on-chip | Serial ports |
44 | SPI | on-chip | Serial Peripheral Interface ports |
/Zephyr-latest/samples/subsys/usb_c/sink/boards/
Dstm32g081b_eval.overlay25 ports {

1234567