Home
last modified time | relevance | path

Searched refs:noe (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/samples/subsys/dap/
Dapp.overlay13 noe-gpios = <&arduino_header 9 GPIO_ACTIVE_HIGH>; /* D3 */
DREADME.rst18 and optionally ``nRESET`` to ``reset``. The optional ``noe`` pin is used to enable the port,
/Zephyr-latest/boards/others/neorv32/support/
Dopenocd.cfg15 ftdi_layout_signal nTRST -ndata 0x0010 -noe 0x0040
/Zephyr-latest/samples/subsys/dap/boards/
Dnrf52840dk_nrf52840.overlay15 noe-gpios = <&arduino_header 11 GPIO_ACTIVE_HIGH>; /* D5 */
/Zephyr-latest/drivers/dp/
Dswdp_bitbang.c49 struct gpio_dt_spec noe; member
592 if (config->noe.port) { in sw_port_on()
593 ret = gpio_pin_configure_dt(&config->noe, GPIO_OUTPUT_ACTIVE); in sw_port_on()
652 if (config->noe.port) { in sw_port_off()
653 ret = gpio_pin_configure_dt(&config->noe, GPIO_OUTPUT_INACTIVE); in sw_port_off()
730 .noe = GPIO_DT_SPEC_INST_GET_OR(n, noe_gpios, {0}), \