Searched +full:gpio0 +full:- +full:direction (Results 1 – 11 of 11) sorted by relevance
/Zephyr-latest/dts/bindings/adc/ |
D | maxim,max1125x-base.yaml | 3 include: [adc-controller.yaml, spi-device.yaml] 6 "#io-channel-cells": 8 gpio0-enable: 10 description: this option for gpio0 enable or disable 11 gpio1-enable: 14 gpio0-direction: 16 description: this option for gpio0 direction enable for input, disable for output 17 gpio1-direction: 19 description: this option for gpio0 direction enable for input, disable for output 20 gpo0-enable: [all …]
|
/Zephyr-latest/samples/bluetooth/direction_finding_central/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 4 * SPDX-License-Identifier: Apache-2.0 8 * Radio Direction Finding Extension for antenna switching purposes. 14 dfe-gpio-if { 15 gpios = <&gpio0 4 0>, 16 <&gpio0 5 0>, 17 <&gpio0 6 0>, 18 <&gpio0 7 0>;
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_rx/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 4 * SPDX-License-Identifier: Apache-2.0 8 * Radio Direction Finding Extension for antenna switching purposes. 14 dfe-gpio-if { 15 gpios = <&gpio0 4 0>, 16 <&gpio0 5 0>, 17 <&gpio0 6 0>, 18 <&gpio0 7 0>;
|
/Zephyr-latest/samples/bluetooth/direction_finding_peripheral/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 4 * SPDX-License-Identifier: Apache-2.0 8 * Radio Direction Finding Extension for antenna switching purposes. 14 dfe-gpio-if { 15 gpios = <&gpio0 4 0>, 16 <&gpio0 5 0>, 17 <&gpio0 6 0>, 18 <&gpio0 7 0>;
|
/Zephyr-latest/samples/bluetooth/direction_finding_connectionless_tx/boards/ |
D | nrf5340dk_nrf5340_cpuapp.overlay | 4 * SPDX-License-Identifier: Apache-2.0 8 * Radio Direction Finding Extension for antenna switching purposes. 14 dfe-gpio-if { 15 gpios = <&gpio0 4 0>, 16 <&gpio0 5 0>, 17 <&gpio0 6 0>, 18 <&gpio0 7 0>;
|
/Zephyr-latest/tests/drivers/build_all/adc/boards/ |
D | native_sim.overlay | 4 * SPDX-License-Identifier: Apache-2.0 9 * with real-world devicetree nodes, to allow these tests to run on 15 #address-cells = <1>; 16 #size-cells = <1>; 19 compatible = "zephyr,adc-emul"; 21 ref-internal-mv = <3300>; 22 ref-external1-mv = <5000>; 23 #io-channel-cells = <1>; 29 gpio-controller; 31 #gpio-cells = <0x2>; [all …]
|
/Zephyr-latest/drivers/ieee802154/ |
D | ieee802154_dw1000_regs.h | 4 * SPDX-License-Identifier: Apache-2.0 7 * https://github.com/Decawave/mynewt-dw1000-core.git 14 * Copyright (C) 2017-2018, Decawave Limited, All Rights Reserved 24 * http://www.apache.org/licenses/LICENSE-2.0 75 /* Frame Filtering Behave as a Co-ordinator */ 117 * Receiver Auto-Re-enable. 118 * This bit is used to cause the receiver to re-enable automatically 126 /* System Time Counter (40-bit) */ 180 * of non-standard values 203 /* Bit mask to access Transmit buffer index offset 10-bit field */ [all …]
|
/Zephyr-latest/dts/bindings/net/wireless/ |
D | nordic,nrf-radio.yaml | 2 # SPDX-License-Identifier: Apache-2.0 15 Front-End Module (FEM) support 16 ------------------------------ 18 External front-end modules are range extenders used for boosting 27 nrf_radio_fem: my-fem { 34 - generic-fem-two-ctrl-pins 35 - nordic,nrf21540-fem 40 Direction Finding Extension 41 --------------------------- 43 Some radios support the Bluetooth Direction Finding Extension (DFE). [all …]
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_lpc11u6x.c | 5 * SPDX-License-Identifier: Apache-2.0 78 * This structure is included by all the per-port private configuration. 108 const struct gpio_lpc11u6x_config *config = port->config; in gpio_lpc11u6x_pin_configure() 110 (config->shared->gpio_base + LPC11U6X_GPIO_REGS); in gpio_lpc11u6x_pin_configure() 111 uint8_t port_num = config->port_num; in gpio_lpc11u6x_pin_configure() 115 if (pin >= config->ngpios) { in gpio_lpc11u6x_pin_configure() 116 return -EINVAL; in gpio_lpc11u6x_pin_configure() 122 * and with no pull-down or pull-up resistor enabled. in gpio_lpc11u6x_pin_configure() 127 return -EINVAL; in gpio_lpc11u6x_pin_configure() 131 * For PIO0_0 and PIO0_[10-15] function 1 enables GPIO mode. For all in gpio_lpc11u6x_pin_configure() [all …]
|
/Zephyr-latest/include/zephyr/drivers/ |
D | gpio.h | 2 * Copyright (c) 2019-2020 Nordic Semiconductor ASA 5 * Copyright (c) 2015-2016 Intel Corporation. 7 * SPDX-License-Identifier: Apache-2.0 27 #include <zephyr/dt-bindings/gpio/gpio.h> 252 * This reduced-size type is sufficient to record a pin number, 261 * bits of the full flags field, so use a reduced-size type to record 307 * foo-gpios = <&gpio0 1 GPIO_ACTIVE_LOW>, 328 * @param prop lowercase-and-underscores property name 350 * @param prop lowercase-and-underscores property name 365 * @param prop lowercase-and-underscores property name [all …]
|
/Zephyr-latest/doc/releases/ |
D | release-notes-2.7.rst | 12 * Bluetooth Audio, Direction Finding, and Mesh improvements 17 * Support for M-Profile Vector Extensions (MVE) on ARMv8.1-M 18 * Improved thread safety for Newlib and C++ on SMP-capable systems 20 * New Action-based Power Management API 23 * Linker Support for Tightly-Coupled Memory in RISC-V 25 * Support for extended PCI / PCIe capabilities, improved MIS-X support 33 * The kernel now supports both 32- and 64-bit architectures 36 * We added support for Point-to-Point Protocol (PPP) 37 * We added support for UpdateHub, an end-to-end solution for over-the-air device updates 38 * We added support for ARM Cortex-R Architecture [all …]
|