/Zephyr-latest/boards/shields/lmp90100_evb/doc/ |
D | index.rst | 22 configuration for Arduino connectors and defines a node alias for the
|
/Zephyr-latest/boards/shields/mikroe_eth3_click/doc/ |
D | index.rst | 44 for Mikro-BUS connectors and defines node aliases for SPI and GPIO interfaces
|
/Zephyr-latest/boards/shields/semtech_sx1276mb1mas/doc/ |
D | index.rst | 55 Arduino connectors and defines node aliases for SPI and GPIO interfaces (see
|
/Zephyr-latest/drivers/flash/ |
D | Kconfig.andes | 27 bool "Basic Flash Parameters from devicetree node"
|
/Zephyr-latest/doc/hardware/peripherals/can/ |
D | transceiver.rst | 25 The first and last node use a 120-ohm resistor between CAN H and CAN L to
|
/Zephyr-latest/samples/net/cellular_modem/ |
D | README.rst | 27 devicetree node:
|
/Zephyr-latest/samples/drivers/memc/ |
D | README.rst | 13 Note that the chosen region (set by ``sram-ext`` dt alias node) should not
|
/Zephyr-latest/include/zephyr/mgmt/mcumgr/mgmt/ |
D | callbacks.h | 257 sys_snode_t node; member
|
/Zephyr-latest/samples/net/sockets/echo_client/boards/ |
D | mimxrt1020_evk.overlay | 66 /delete-node/ &{/soc/iomuxc@401f8000/pinctrl/pinmux_enet_mdio/group1};
|
/Zephyr-latest/tests/drivers/i2c/i2c_target_api/boards/ |
D | xmc47_relax_kit.overlay | 20 /* node is currently configured as arduino_spi */
|
/Zephyr-latest/subsys/settings/src/ |
D | settings_store.c | 153 SYS_SLIST_FOR_EACH_CONTAINER(&settings_handlers, ch, node) { in settings_save_subtree()
|
/Zephyr-latest/dts/arm/infineon/cat1a/psoc6_01/ |
D | psoc6_01.124-bga-sip.dtsi | 14 /delete-node/ gpio@40320100; // gpio_prt2 15 /delete-node/ gpio@40320180; // gpio_prt3 16 /delete-node/ gpio@40320200; // gpio_prt4
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | iso.c | 431 SYS_SLIST_FOR_EACH_CONTAINER(&cig->cis_channels, cis_chan, node) { in bt_iso_chan_disconnected() 1992 sys_slist_append(&cig->cis_channels, &cis->node); in cig_init_cis() 2003 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&cig->cis_channels, cis, tmp, node) { in cleanup_cig() 2009 sys_slist_remove(&cig->cis_channels, NULL, &cis->node); in cleanup_cig() 2220 SYS_SLIST_FOR_EACH_CONTAINER(&cig->cis_channels, cis, node) { in bt_iso_cig_create() 2238 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&cig->cis_channels, cis, tmp, node) { in restore_cig() 2247 sys_slist_remove(&cig->cis_channels, NULL, &cis->node); in restore_cig() 2712 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&big->bis_channels, bis, tmp, node) { in cleanup_big() 2718 sys_slist_remove(&big->bis_channels, NULL, &bis->node); in cleanup_big() 2728 SYS_SLIST_FOR_EACH_CONTAINER(&big->bis_channels, bis, node) { in big_disconnect() [all …]
|
/Zephyr-latest/dts/common/nordic/ |
D | nrf54l_05_10_15.dtsi | 12 /delete-node/ &sw_pwm; 126 * This spi node can be either SPIM or SPIS, 290 * This spi node can be either SPIM or SPIS, 329 * This spi node can be either SPIM or SPIS, 368 * This spi node can be either SPIM or SPIS, 584 * This spi node can be either SPIM or SPIS,
|
/Zephyr-latest/cmake/emu/ |
D | qemu.cmake | 129 node 141 -serial pipe:/tmp/hub/ip-stack-node${QEMU_PIPE_ID} 142 -pidfile qemu-node${QEMU_PIPE_ID}.pid 145 set(PIPE_NODE_IN /tmp/hub/ip-stack-node${QEMU_PIPE_ID}.in) 146 set(PIPE_NODE_OUT /tmp/hub/ip-stack-node${QEMU_PIPE_ID}.out)
|
/Zephyr-latest/drivers/gpio/ |
D | gpio_mcux_rgpio.c | 282 #define PINMUX_INIT(node, prop, idx) MCUX_IMX_PINMUX(DT_PROP_BY_IDX(node, prop, idx)), argument
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_common.c | 263 sys_slist_append(&data->attached_dev.devices.i3c, &target->node); in i3c_attach_i3c_device() 307 if (!sys_slist_find_and_remove(&data->attached_dev.devices.i3c, &target->node)) { in i3c_detach_i3c_device() 342 sys_slist_append(&data->attached_dev.devices.i2c, &target->node); in i3c_attach_i2c_device() 360 if (!sys_slist_find_and_remove(&data->attached_dev.devices.i2c, &target->node)) { in i3c_detach_i2c_device()
|
/Zephyr-latest/doc/hardware/arch/ |
D | arm-scmi.rst | 174 node (used for transport driver binding) and a ``protocol`` node under the ``scmi`` 175 node for each supported protocol. 179 add a DT node for a certain protocol it's assumed the platform
|
/Zephyr-latest/boards/renesas/rzg3s_smarc/ |
D | rzg3s_smarc_r9a08g045s33gbg_cm33.dts | 68 * This node is defined to enable west flash support.
|
/Zephyr-latest/samples/subsys/fs/littlefs/boards/ |
D | nrf52840dk_nrf52840_spi.overlay | 7 /delete-node/ &mx25r64;
|
/Zephyr-latest/include/zephyr/settings/ |
D | settings.h | 128 sys_snode_t node; member
|
/Zephyr-latest/samples/drivers/led/is31fl3733/ |
D | README.rst | 32 I2C, and a node with the :dtcompatible:`issi,is31fl3733` compatible present in its devicetree.
|
/Zephyr-latest/include/zephyr/fs/ |
D | fs.h | 93 sys_dnode_t node; member
|
/Zephyr-latest/include/zephyr/kernel/ |
D | thread.h | 51 sys_dnode_t node; member
|
/Zephyr-latest/cmake/modules/ |
D | extensions.cmake | 3671 list(POP_FRONT start_targets node) 3672 list(APPEND sorted_targets ${node}) 3675 if("${node}" IN_LIST ${target}_dependencies) 3676 list(REMOVE_ITEM ${target}_dependencies ${node}) 3794 # - In CMake, we refer to the nodes using the node's path, therefore 3795 # there is no dt_path(...) function for obtaining a node identifier 3800 # path to the aliased node in these functions. The usage comments 3806 # Function for retrieving the node path for the node having nodelabel 3822 # The node's path will be returned in the <var> parameter. 3823 # <var> will be undefined if node does not exist. [all …]
|