/Zephyr-latest/dts/bindings/gpio/ |
D | nxp,lpc-gpio.yaml | 5 # which has multiple ports that share the same 6 # base address. It is the ports that are
|
D | nxp,lpc-gpio-port.yaml | 26 Interrupt source for the gpio port. For ports that can use the PINT 27 as an interrupt source for their pins (typically ports 0 and 1),
|
/Zephyr-latest/boards/microchip/ev11l78a/doc/ |
D | index.rst | 50 - I/O ports 53 - Serial ports 56 - I2C ports 59 - Serial Peripheral Interface 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/dts/bindings/dsa/ |
D | microchip_dsa.yaml | 12 dsa-slave-ports: 14 description: Number of slave ports on the switch
|
/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.
|
/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/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/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))) 56 * ports { 143 * ports { 197 * ports { 216 COND_CODE_1(DT_NODE_EXISTS(DT_CHILD(DT_PARENT(DT_GPARENT(ep)), ports)), \ 248 * ports {
|
/Zephyr-latest/boards/atmel/sam0/samc21n_xpro/doc/ |
D | index.rst | 54 - 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/ |
D | index.rst | 52 - 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/ |
D | index.rst | 52 - I/O ports 55 - Serial ports 58 - I2C ports 61 - Serial Peripheral Interface ports
|
/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/drivers/espi/ |
D | Kconfig | 121 with the existing ports (like 80, 92, 62 etc). 149 existing ports. 166 doesn't clash with the existing ports. 177 doesn't clash with the existing ports.
|
/Zephyr-latest/drivers/serial/ |
D | Kconfig.native_tty | 4 bool "UART driver for interacting with host serial ports"
|
/Zephyr-latest/subsys/net/lib/ptp/ |
D | clock.h | 94 * @return Pointer to the first element of array of socket descriptors assigned to PTP Ports. 129 * @brief Function for getting list of PTP Ports for the PTP Clock instance. 131 * @return Pointer to the single-linked list of PTP Ports. 201 * @brief Function signalling timoeout of one of PTP Ports timer 214 * @brief Function adding PTP Port to the PTP Clock's list of initialized PTP Ports.
|
/Zephyr-latest/boards/mxchip/az3166_iotdevkit/ |
D | az3166_iotdevkit_defconfig | 15 # enable GPIO ports
|
/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()
|
/Zephyr-latest/boards/st/stm32f412g_disco/ |
D | stm32f412g_disco_defconfig | 15 # enable GPIO ports A, B, C, D, E
|
/Zephyr-latest/boards/atmel/sam0/saml21_xpro/doc/ |
D | index.rst | 49 - I/O ports 55 - Serial ports 58 - I2C ports 61 - Serial Peripheral Interface 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/drivers/pwm/ |
D | Kconfig.npcx | 14 Say y if you wish to use pwm ports on NPCX MCU.
|
/Zephyr-latest/boards/st/stm32h747i_disco/ |
D | stm32h747i_disco_stm32h747xx_m7_defconfig | 16 # Disable following to assign serial ports to m4 core
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_efinix_sapphire.c | 147 /* Sets ports value at one go */ in gpio_efinix_sapphire_port_set_masked_raw() 162 /* Sets ports value at one go */ in gpio_efinix_sapphire_port_set_bits_raw() 176 /* Sets ports value at one go */ in gpio_efinix_sapphire_port_clear_bits_raw() 190 /* Sets ports value at one go */ in gpio_efinix_sapphire_port_toggle_bits()
|
/Zephyr-latest/boards/atmel/sam0/samr34_xpro/doc/ |
D | index.rst | 54 - I/O ports 60 - Serial ports 63 - I2C ports 66 - Serial Peripheral Interface ports
|