Searched refs:noe (Results 1 – 5 of 5) sorted by relevance
13 noe-gpios = <&arduino_header 9 GPIO_ACTIVE_HIGH>; /* D3 */
18 and optionally ``nRESET`` to ``reset``. The optional ``noe`` pin is used to enable the port,
15 ftdi_layout_signal nTRST -ndata 0x0010 -noe 0x0040
15 noe-gpios = <&arduino_header 11 GPIO_ACTIVE_HIGH>; /* D5 */
49 struct gpio_dt_spec noe; member592 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}), \