/Zephyr-latest/dts/arm/nordic/ |
D | nrf5340_cpunet.dtsi | 195 * This i2c node can be TWIM or TWIS, 212 * This spi node can be SPIM or SPIS,
|
/Zephyr-latest/samples/bluetooth/hci_uart_async/ |
D | README.rst | 152 The UART needs to have as its child node a HCI UART node:
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt11xx_cm4.dtsi | 11 /delete-node/ cpu@0; 23 /delete-node/ dma-controller@40070000;
|
/Zephyr-latest/dts/arm/renesas/ra/ra4/ |
D | r7fa4m2ax.dtsi | 11 /delete-node/ &spi1; 13 /delete-node/ &adc1;
|
/Zephyr-latest/scripts/ |
D | zephyr_module.py | 771 node = start_modules.pop(0) 772 sorted_modules.append(node) 773 node_name = node.meta['name']
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_shell.c | 691 SYS_SLIST_FOR_EACH_CONTAINER(&ctx->observer, obs, node) { in cmd_observations() 694 SYS_SLIST_FOR_EACH_CONTAINER(&obs->path_list, o_p, node) { in cmd_observations() 803 SYS_SLIST_FOR_EACH_CONTAINER(lwm2m_engine_obj_list(), obj, node) { in print_all_objs()
|
D | Kconfig.ucifi | 77 int "Maximum # of peer node addresses"
|
/Zephyr-latest/dts/arm/st/f1/ |
D | stm32f105.dtsi | 12 /delete-node/ pll;
|
/Zephyr-latest/boards/nxp/imx93_evk/ |
D | imx93_evk_mimx9352_a55.dts | 20 /* sram node actually locates at DDR DRAM */
|
/Zephyr-latest/boards/espressif/esp_wrover_kit/ |
D | esp_wrover_kit_procpu.dts | 116 /* FIXME: should be part of the display node */
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | cs.c | 89 if (!sys_slist_find_and_remove(&reassembly_bufs, &(*buf)->node)) { in free_reassembly_buf() 105 sys_snode_t *node; in get_reassembly_buf() local 107 SYS_SLIST_FOR_EACH_NODE(&reassembly_bufs, node) { in get_reassembly_buf() 108 struct net_buf *buf = CONTAINER_OF(node, struct net_buf, node); in get_reassembly_buf()
|
D | att_internal.h | 283 sys_snode_t node; member
|
/Zephyr-latest/arch/arm64/core/ |
D | mmu.c | 1025 sys_snode_t *node; in sync_domains() local 1032 SYS_SLIST_FOR_EACH_NODE(&domain_list, node) { in sync_domains() 1033 domain = CONTAINER_OF(node, struct arch_mem_domain, node); in sync_domains() 1234 sys_slist_append(&domain_list, &domain->arch.node); in arch_mem_domain_init()
|
/Zephyr-latest/doc/hardware/peripherals/ |
D | i3c.rst | 242 working under I3C bus, the device node can be described as 244 only work with I\ :sup:`2`\ C controllers, define the node under 321 Note that, with either methods mentioned above, the devicetree node of 327 adding an intermediate node in the device tree:
|
/Zephyr-latest/dts/arm/adi/max32/ |
D | max78002.dtsi | 19 /delete-node/ &clk_erfo;
|
/Zephyr-latest/boards/shields/ls0xx_generic/doc/ |
D | index.rst | 85 for Arduino connectors and defines node aliases for SPI and GPIO interfaces
|
/Zephyr-latest/boards/shields/sparkfun_carrier_asset_tracker/doc/ |
D | index.rst | 94 Micromod connectors and defines node aliases for UART, I2C and SPI interfaces (see
|
/Zephyr-latest/boards/shields/x_nucleo_53l0a1/doc/ |
D | index.rst | 33 configuration for Arduino connectors and defines a node alias for the
|
/Zephyr-latest/samples/drivers/led/xec/ |
D | README.rst | 85 controller is fixed by chip design to connect to one GPIO. The bbled node must
|
/Zephyr-latest/boards/st/stm32wb5mm_dk/ |
D | stm32wb5mm_dk.dts | 82 /* To select another clock, enable the node */
|
/Zephyr-latest/subsys/net/lib/prometheus/ |
D | formatter.c | 258 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&collector->metrics, metric, tmp, node) { in prometheus_format_exposition()
|
/Zephyr-latest/tests/bluetooth/controller/mock_ctrl/src/ |
D | ull.c | 213 void ll_tx_ack_put(uint16_t handle, struct node_tx *node) in ll_tx_ack_put() argument
|
/Zephyr-latest/boards/nxp/lpcxpresso55s69/ |
D | lpcxpresso55s69_lpc55s69_cpu0.dts | 19 /delete-node/ cpu@1;
|
/Zephyr-latest/modules/hal_nordic/nrfx/ |
D | nrfx_config.h | 490 #define NRFX_SPIM_DT_HAS_RX_DELAY(node) DT_PROP(node, rx_delay_supported) + argument
|
/Zephyr-latest/doc/build/snippets/ |
D | writing.rst | 47 ``snippet-<name>`` as a namespace prefix when choosing names for node labels, 48 node names, etc. This avoids namespace conflicts.
|