/Zephyr-latest/include/zephyr/kernel/ |
D | obj_core.h | 110 sys_snode_t node; /**< Node within list of object types */ member 122 sys_snode_t node; /**< Object node within object type's list */ member
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | blob_cli.rst | 65 address, instead of being sent individually to each Target node. Mesh Manager must ensure that all 80 If a Target node fails to respond to an acknowledged message within the BLOB Transfer Client's time 81 limit, the Target node is dropped from the transfer. The application can reduce the chances of this 89 * A node has been removed from the list of Target nodes. 102 Target nodes are prioritized according to their order in the list of Target nodes. If a Target node 120 The transfer runs until it either completes successfully for at least one Target node, or it is
|
/Zephyr-latest/dts/arm/st/wb0/ |
D | stm32wb0.dtsi | 47 * the RCC node (i.e., 'clocks' property) 63 /* Dummy node representing the RC64MPLL block in PLL mode 64 * Using this node as RCC node input requires HSE to be enabled. 75 * 'slow-clock' property of the RCC node. 95 /* Dummy node representing the "CLK_16MHz/512" slow clock source.
|
/Zephyr-latest/samples/subsys/fs/littlefs/boards/ |
D | b_u585i_iot02a.overlay | 26 /delete-node/ partition;
|
D | stm32l562e_dk.overlay | 26 /delete-node/ partition;
|
D | bmd_345_eval.overlay | 7 /delete-node/ &storage_partition;
|
D | rak5010_nrf52840.overlay | 7 /delete-node/ &storage_partition;
|
D | nrf52840dk_nrf52840_qspi.overlay | 7 /delete-node/ &storage_partition;
|
/Zephyr-latest/include/zephyr/drivers/ |
D | mspi_emul.h | 88 sys_snode_t node; member
|
/Zephyr-latest/tests/lib/gui/lvgl/boards/ |
D | stm32h747i_disco_stm32h747xx_m7.overlay | 7 /delete-node/ &storage_partition;
|
/Zephyr-latest/tests/subsys/logging/log_backend_fs/boards/ |
D | mr_canhubk3.overlay | 7 /delete-node/ &storage_partition;
|
D | nrf52840dk_nrf52840.overlay | 7 /delete-node/ &storage_partition;
|
D | native_sim.overlay | 7 /delete-node/ &storage_partition;
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_engine.c | 88 sys_snode_t node; member 245 msg = SYS_SLIST_CONTAINER(msg_node, msg, node); in lwm2m_push_queued_buffers() 247 sys_slist_append(&msg->ctx->pending_sends, &msg->node); in lwm2m_push_queued_buffers() 343 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(engine_obj_inst_list, obj_inst, tmp, node) { in bootstrap_delete() 420 SYS_SLIST_FOR_EACH_CONTAINER(&engine_service_list, srv, node) { in engine_next_service_timestamp() 457 sys_slist_append(&engine_service_list, &service_node_data[i].node); in engine_add_srv() 491 sys_slist_find_and_remove(&engine_service_list, &service_node_data[i].node); in lwm2m_engine_update_service_period() 507 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&engine_service_list, srv, tmp, node) { in lwm2m_engine_service() 515 sys_slist_find_and_remove(&engine_service_list, &srv->node); in lwm2m_engine_service() 602 SYS_SLIST_FOR_EACH_CONTAINER(&ctx->observer, obs, node) { in check_notifications() [all …]
|
/Zephyr-latest/samples/boards/nordic/mesh/onoff-app/ |
D | README.rst | 10 This is a simple application demonstrating a Bluetooth Mesh multi-element node. 19 The models for button 1 and LED 1 are in the node's root element. 80 supported by the node. This example supports 4 elements per node. 82 The first or root element of the node contains models for configuration,
|
/Zephyr-latest/doc/services/input/ |
D | index.rst | 41 :c:macro:`INPUT_CALLBACK_DEFINE` macro. If a device node is specified, the 72 :dtcompatible:`zephyr,kscan-input` node as a child node of the corresponding 73 input device and pointing the ``zephyr,keyboard-scan`` chosen node to the 74 compatibility device node, for example:
|
/Zephyr-latest/scripts/dts/python-devicetree/tests/ |
D | test_dtlib.py | 556 node = dt.get_node(path) 557 assert node.unit_addr == expected, \ 1396 node = dt.get_node(path) 1397 assert node.name == node_name, f'unexpected path {path}' 1832 actual = [node.path for node in dt.root.props[prop].to_nodes()] 2389 assert rootprop_copy.node is root_copy 2404 assert node_copy.props['nodeprop'].node is node_copy 2446 for node in dt.node_iter(): 2447 assert node not in phandle2node_copy_values
|
/Zephyr-latest/dts/arm/infineon/cat1a/psoc6_04/ |
D | psoc6_04.64-tqfp-epad.dtsi | 14 /delete-node/ gpio@40310080; // gpio_prt1 15 /delete-node/ gpio@40310200; // gpio_prt4 16 /delete-node/ gpio@40310680; // gpio_prt13 17 /delete-node/ gpio@40310700; // gpio_prt14
|
/Zephyr-latest/tests/drivers/smbus/smbus_emul/src/ |
D | emul.c | 51 sys_slist_prepend(&peripherals, &peripheral->node); in emul_register_smbus_peripheral() 58 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&peripherals, peripheral, tmp, node) { in emul_get_smbus_peripheral() 71 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&peripherals, peripheral, tmp, node) { in peripheral_handle_smbalert() 94 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&peripherals, peripheral, tmp, node) { in peripheral_handle_host_notify()
|
D | emul.h | 28 sys_snode_t node; member
|
/Zephyr-latest/doc/kernel/data_structures/ |
D | mpsc_lockfree.rst | 8 at `1024cores <https://www.1024cores.net/home/lock-free-algorithms/queues/intrusive-mpsc-node-based…
|
/Zephyr-latest/boards/shields/mikroe_eth_click/boards/ |
D | lpcxpresso55s69_lpc55s69_cpu0.overlay | 7 /delete-node/ ð_click;
|
/Zephyr-latest/samples/subsys/usb/shell/ |
D | nucleo_f413zh_dwc2.overlay | 7 /delete-node/ &zephyr_udc0;
|
/Zephyr-latest/samples/sensor/veaa_x_3/boards/ |
D | nucleo_h563zi.overlay | 8 /delete-node/ &spi1;
|
/Zephyr-latest/samples/subsys/sensing/simple/ |
D | app.overlay | 15 sensing: sensing-node {
|