Searched full:wired (Results 1 – 25 of 43) sorted by relevance
12
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/gpio/ |
D | gpio.h | 44 /* Indicates single ended open drain mode (wired AND). */ 46 /* Indicates single ended open source mode (wired OR). */ 51 /** Configures GPIO output in open drain mode (wired AND). 58 /** Configures GPIO output in open source mode (wired OR).
|
D | nordic-nrf-gpio.h | 24 * When the pin is configured to operate in open-drain mode (wired-and), the 27 * (wired-or), the drive mode can only be set for the 1 level
|
/Zephyr-Core-3.5.0/samples/drivers/led_is31fl3733/ |
D | Kconfig | 11 wired up to your IS31FL3733 LED driver. The sample will only attempt 18 Set this to match the number of CS LED source connections wired up
|
/Zephyr-Core-3.5.0/tests/drivers/gpio/gpio_basic_api/ |
D | README.txt | 5 where two GPIOs are directly wired together. The test pins are 19 FATAL output pin not wired to input pin? (out high => in low)
|
/Zephyr-Core-3.5.0/samples/sensor/thermometer/boards/ |
D | frdm_k22f.overlay | 15 * wired to i2c0 and PTC2 externally
|
/Zephyr-Core-3.5.0/drivers/gpio/ |
D | Kconfig.emul | 13 to be instantiated. Furthermore, the emulated pins can be "wired"
|
/Zephyr-Core-3.5.0/samples/sensor/bme280/ |
D | README.rst | 49 If you wired the sensor to a SPI peripheral on an Arduino header, build and 64 If you wired the sensor to an I2C peripheral on an Arduino header, build and 80 to GPIO16 through GPIO19. With the sensor wired to those lines, build and 90 demonstrates using PIO SPI with the sensor wired to arbitrary GPIO pins.
|
/Zephyr-Core-3.5.0/doc/connectivity/networking/api/ |
D | lldp.rst | 15 and neighbors on a wired Ethernet network.
|
/Zephyr-Core-3.5.0/samples/drivers/auxdisplay/ |
D | README.rst | 17 sample overlay is provided for the `nucleo_f746zg` board fly-wired to a Hitachi
|
/Zephyr-Core-3.5.0/dts/bindings/led/ |
D | led-controller.yaml | 18 LEDs in an array/strip are not wired following the LED order of
|
/Zephyr-Core-3.5.0/samples/drivers/uart/native_tty/ |
D | README.rst | 11 UART to USB bridge dongles that are wired together, writing demo data to one 24 #. Two UART to USB bridge dongles. Each dongle must have its TX pin wired to the
|
/Zephyr-Core-3.5.0/samples/sensor/th02/ |
D | README.rst | 27 The easiest way to get this wired is to use the Grove shield and connect both
|
/Zephyr-Core-3.5.0/samples/drivers/led_is31fl3216a/ |
D | README.rst | 38 _is31fl3216a LED driver (with 16 LEDs wired) is connected to the I2C bus at
|
/Zephyr-Core-3.5.0/samples/sensor/max6675/ |
D | README.rst | 13 - MAX6675 wired to your board SPI bus
|
/Zephyr-Core-3.5.0/samples/drivers/led_lp50xx/ |
D | README.rst | 40 LED driver (with 10 LEDs wired) is connected to the I2C0 bus at address 0x30.
|
/Zephyr-Core-3.5.0/samples/shields/npm1300_ek/doc/ |
D | index.rst | 19 The shield needs to be wired to a host board supporting the Arduino connector.
|
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/ace/include/intel_ace15_mtpm/ |
D | adsp_ipc_regs.h | 68 * Each agent is wired to its own interrupt.
|
/Zephyr-Core-3.5.0/soc/xtensa/intel_adsp/ace/include/intel_ace20_lnl/ |
D | adsp_ipc_regs.h | 68 * Each agent is wired to its own interrupt.
|
/Zephyr-Core-3.5.0/include/zephyr/dt-bindings/pcie/ |
D | pcie.h | 12 * if the device doesn't support MSI and we don't/can't know the wired IRQ
|
/Zephyr-Core-3.5.0/dts/bindings/serial/ |
D | st,stm32-uart-base.yaml | 33 Swap the TX and RX pins. Used in case of a cross wired connection.
|
/Zephyr-Core-3.5.0/samples/sensor/ds18b20/ |
D | README.rst | 49 Once you have wired the sensor and the serial peripheral on the Arduino header
|
/Zephyr-Core-3.5.0/doc/services/device_mgmt/ |
D | ota.rst | 11 connection, updates received over a wired connection (such as Ethernet)
|
/Zephyr-Core-3.5.0/arch/xtensa/core/ |
D | xtensa_mmu.c | 40 * Level 1 page table has to be 4Kb to fit into one of the wired entries. 244 * Lets use one of the wired entry, so we never have tlb miss for in xtensa_mmu_init() 252 * map the exception vector into one of the wired entries to avoid in xtensa_mmu_init()
|
/Zephyr-Core-3.5.0/samples/shields/npm6001_ek/doc/ |
D | index.rst | 20 The shield needs to be wired to a host board supporting the Arduino connector.
|
/Zephyr-Core-3.5.0/drivers/sensor/bmi08x/ |
D | bmi08x_gyro.c | 413 /* with BMI08X_DATA_SYNC set, it is expected that the INT3 or INT4 is wired to either INT1 in bmi08x_gyro_init() 454 /* with data-sync, one of the int pins should be wired directory to the accel's int pins, their
|
12