Searched full:noe (Results 1 – 6 of 6) sorted by relevance
18 noe-gpios -------|dir gnd|-----+56 used together with noe pin to enable/disable transceivers.86 noe-gpios:
15 ftdi_layout_signal nTRST -ndata 0x0010 -noe 0x0040
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 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}), \