/Zephyr-latest/include/zephyr/devicetree/ |
D | port-endpoint.h | 37 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/ |
D | main.c | 71 } 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/ |
D | blackmagicprobe.py | 48 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/samples/net/dsa/ |
D | Kconfig | 11 int "DSA slave ports maximum number" 15 DSA slave ports maximum number.
|
/Zephyr-latest/drivers/pinctrl/ |
D | pinctrl_rv32m1.c | 16 static PORT_Type *ports[] = { variable 36 PORT_Type *base = ports[PORT(pins[i])]; in pinctrl_configure_pins()
|
D | pinctrl_nxp_port.c | 18 static PORT_Type *ports[] = { variable 46 PORT_Type *base = ports[PORT(pins[i])]; in pinctrl_configure_pins()
|
/Zephyr-latest/boards/mxchip/az3166_iotdevkit/ |
D | az3166_iotdevkit_defconfig | 15 # enable GPIO ports
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.native_tty | 4 bool "UART driver for interacting with host serial ports"
|
/Zephyr-latest/boards/st/stm32f412g_disco/ |
D | stm32f412g_disco_defconfig | 15 # enable GPIO ports A, B, C, D, E
|
/Zephyr-latest/tests/drivers/i2s/i2s_api/ |
D | Kconfig | 12 bool "Use two separate I2S ports for loopback" 14 Use separate I2S ports for transmit and receive.
|
/Zephyr-latest/dts/arm/microchip/mec152x/ |
D | mec1523hsz-pinctrl.dtsi | 10 /* I2C ports */
|
/Zephyr-latest/boards/st/stm32f413h_disco/ |
D | stm32f413h_disco_defconfig | 15 # Enable GPIO ports A, B, C, D, E, F, G, H
|
/Zephyr-latest/doc/connectivity/networking/ |
D | armfvp_user_networking_setup.rst | 42 * 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/ |
D | README.rst | 10 the Coresight STM stimulus ports. Data is collected in ETR buffer. Data from ETR
|
/Zephyr-latest/boards/st/stm32h747i_disco/ |
D | stm32h747i_disco_stm32h747xx_m7_defconfig | 16 # Disable following to assign serial ports to m4 core
|
/Zephyr-latest/snippets/nordic-log-stm/ |
D | README.rst | 10 stimulus ports. Data is collected in ETR buffer. Data from ETR buffer is
|
/Zephyr-latest/drivers/pwm/ |
D | Kconfig.npcx | 14 Say y if you wish to use pwm ports on NPCX MCU.
|
/Zephyr-latest/include/zephyr/xen/public/ |
D | sched.h | 142 XEN_GUEST_HANDLE(evtchn_port_t) ports;
|
/Zephyr-latest/boards/shields/nxp_btb44_ov5640/ |
D | nxp_btb44_ov5640.overlay | 37 ports {
|
/Zephyr-latest/samples/subsys/usb_c/sink/boards/ |
D | stm32g081b_eval.overlay | 25 ports {
|
D | b_g474e_dpow1.overlay | 24 ports {
|
/Zephyr-latest/drivers/ethernet/ |
D | Kconfig.dsa | 66 bool "Support for ports isolating" 69 Add support for traffic isolation on DSA slave ports
|
/Zephyr-latest/drivers/interrupt_controller/ |
D | intc_sam0_eic.c | 27 struct sam0_eic_port_data ports[PORT_GROUPS]; member 90 &dev_data->ports[line_assignment->port]; in sam0_eic_isr() 135 port_data = &dev_data->ports[port]; in sam0_eic_acquire()
|
/Zephyr-latest/boards/raspberrypi/rpi_5/doc/ |
D | index.rst | 19 - 2 x USB 3.0 ports, supporting simultaneous 5Gbps operation 20 - 2 x USB 2.0 ports 88 …nect the Raspberry Pi Debug Probe UART port to the Raspberry Pi 5 UART port between the HDMI ports.
|
/Zephyr-latest/tests/drivers/i2s/i2s_speed/ |
D | Kconfig | 12 bool "Use two separate I2S ports for loopback" 14 Use separate I2S ports for transmit and receive.
|