/Zephyr-latest/boards/nxp/mimxrt1170_evk/ |
D | mimxrt1170_evk_mimxrt1176_cm7_B.overlay | 24 /delete-node/ is25wp128@0; 67 /delete-node/ fxos8700@1f; 71 /delete-node/ phy@0;
|
/Zephyr-latest/include/zephyr/arch/arm64/ |
D | arch.h | 50 sys_snode_t node; member
|
/Zephyr-latest/dts/arm/renesas/ra/ra6/ |
D | r7fa6e2bx.dtsi | 10 /delete-node/ &agt0; 11 /delete-node/ &agt1; 12 /delete-node/ &agt2; 13 /delete-node/ &agt3; 14 /delete-node/ &agt4; 15 /delete-node/ &agt5; 18 /delete-node/ &adc1;
|
/Zephyr-latest/include/zephyr/net/ |
D | icmp.h | 85 sys_snode_t node; member 223 sys_snode_t node; member
|
/Zephyr-latest/kernel/ |
D | work.c | 92 sys_slist_append(&pending_cancels, &canceler->node); in init_work_cancel() 140 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&pending_cancels, wc, tmp, node) { in finalize_cancel_locked() 142 sys_slist_remove(&pending_cancels, prev, &wc->node); in finalize_cancel_locked() 146 prev = &wc->node; in finalize_cancel_locked() 194 sys_slist_insert(&queue->pending, &work->node, in queue_flusher_locked() 195 &flusher->work.node); in queue_flusher_locked() 197 sys_slist_prepend(&queue->pending, &flusher->work.node); in queue_flusher_locked() 212 (void)sys_slist_find_and_remove(&queue->pending, &work->node); in queue_remove_locked() 283 sys_slist_append(&queue->pending, &work->node); in queue_submit_locked() 614 sys_snode_t *node; in work_queue_main() local [all …]
|
/Zephyr-latest/subsys/settings/src/ |
D | settings.c | 53 SYS_SLIST_FOR_EACH_CONTAINER(&settings_handlers, ch, node) { in settings_register_with_cprio() 61 sys_slist_append(&settings_handlers, &handler->node); in settings_register_with_cprio() 178 SYS_SLIST_FOR_EACH_CONTAINER(&settings_handlers, ch, node) { in settings_parse_and_lookup() 294 SYS_SLIST_FOR_EACH_CONTAINER(&settings_handlers, ch, node) { in settings_commit_subtree()
|
/Zephyr-latest/doc/connectivity/lora_lorawan/ |
D | index.rst | 23 The Zephyr implementation is based on Semtech's `LoRaMac-node library`_, which 30 .. _`LoRaMac-node library`: https://github.com/Lora-net/LoRaMac-node
|
/Zephyr-latest/boards/shields/arduino_uno_click/doc/ |
D | index.rst | 21 assigned the node label ``mikrobus_header`` in the overlay. 32 The board must also define node aliases for arduino Serial, 36 socket is assigned the ``mikrobus_header`` node label.
|
/Zephyr-latest/doc/connectivity/bluetooth/api/mesh/ |
D | shell.rst | 40 The mesh node must be provisioned to become part of the network. This is only necessary the first 52 provisioner, which can provision the node into its network. 54 Once the mesh node is part of a network, its transmission parameters can be controlled by the 71 A good first step is to read out the node's own composition data:: 75 This prints a list of the composition data of the node, including a list of its model IDs. 84 With an application key added (see above), the mesh node's transition parameters are all valid, and 111 the foundation models. To receive a packet in the mesh node, you have to add a model with a valid 169 Reset the local mesh node to its initial unprovisioned state. This command will also clear 224 Perform a poll to the friend node, to receive any pending messages. Only available when LPN 255 Clear the replay protection list, forcing the node to forget all received messages. [all …]
|
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | main.c | 60 struct bt_mesh_cdb_node *node = NULL; in bt_mesh_provision() local 89 node = bt_mesh_cdb_node_alloc(prov->uuid, addr, in bt_mesh_provision() 91 if (node == NULL) { in bt_mesh_provision() 115 addr = node->addr; in bt_mesh_provision() 118 err = bt_mesh_cdb_node_key_import(node, dev_key); in bt_mesh_provision() 125 bt_mesh_cdb_node_store(node); in bt_mesh_provision() 169 if (err && node != NULL && IS_ENABLED(CONFIG_BT_MESH_CDB)) { in bt_mesh_provision() 170 bt_mesh_cdb_node_del(node, true); in bt_mesh_provision()
|
/Zephyr-latest/dts/arm/atmel/ |
D | samr35.dtsi | 9 /delete-node/ &usb0;
|
/Zephyr-latest/boards/st/b_u585i_iot02a/ |
D | pre_dt_board.cmake | 2 # SPI is implemented via octospi so node name isn't spi@...
|
/Zephyr-latest/doc/build/dts/ |
D | bindings-syntax.rst | 45 # If the node describes bus hardware, like an SPI bus controller 49 # If the node instead appears as a device on a bus, like an external 66 A free-form description of node hardware goes here. You can put links to 82 This devicetree node would match the above binding: 91 match this node: 99 Each node's ``compatible`` property is tried in order. The first matching 137 In this example, a node with compatible ``"manufacturer,serial"`` must contain 139 integer. Similarly, the node must contain a ``reg`` property. 151 node has a matching binding or not. 186 # it's obligatory for the example node and set 'required: true'. [all …]
|
/Zephyr-latest/snippets/ram-console/ |
D | README.rst | 22 in the chosen node and memory-region node with compatible string
|
/Zephyr-latest/drivers/usb/uvb/ |
D | uvb.h | 92 sys_snode_t node; member 117 sys_dnode_t node; member
|
/Zephyr-latest/include/zephyr/drivers/ |
D | dma.h | 787 #define DMA_BUF_ADDR_ALIGNMENT(node) DT_PROP(node, dma_buf_addr_alignment) argument 798 #define DMA_BUF_SIZE_ALIGNMENT(node) DT_PROP(node, dma_buf_size_alignment) argument 806 #define DMA_COPY_ALIGNMENT(node) DT_PROP(node, dma_copy_alignment) argument
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_ke16f256vlx16.dtsi | 9 /delete-node/ &flexcan1;
|
D | nxp_ke16f512vlx16.dtsi | 9 /delete-node/ &flexcan1;
|
D | nxp_mcxc141.dtsi | 17 /delete-node/ &usb;
|
D | nxp_mcxc142.dtsi | 17 /delete-node/ &usb;
|
/Zephyr-latest/tests/subsys/settings/file/boards/ |
D | mr_canhubk3.overlay | 7 /delete-node/ &storage_partition;
|
/Zephyr-latest/samples/subsys/rtio/sensor_batch_processing/src/ |
D | vnd_sensor.c | 93 struct mpsc_node *node = mpsc_pop(&data->io_q); in vnd_sensor_handle_int() local 95 if (node != NULL) { in vnd_sensor_handle_int() 96 struct rtio_iodev_sqe *iodev_sqe = CONTAINER_OF(node, struct rtio_iodev_sqe, q); in vnd_sensor_handle_int()
|
/Zephyr-latest/subsys/net/ip/ |
D | connection.c | 121 sys_snode_t *node; in conn_get_unused() local 125 node = sys_slist_peek_head(&conn_unused); in conn_get_unused() 126 if (!node) { in conn_get_unused() 131 sys_slist_remove(&conn_unused, NULL, node); in conn_get_unused() 135 return CONTAINER_OF(node, struct net_conn, node); in conn_get_unused() 143 sys_slist_prepend(&conn_used, &conn->node); in conn_set_used() 152 sys_slist_prepend(&conn_unused, &conn->node); in conn_set_unused() 170 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&conn_used, conn, tmp, node) { in conn_find_handler() 454 sys_slist_find_and_remove(&conn_used, &conn->node); in net_conn_unregister() 713 SYS_SLIST_FOR_EACH_CONTAINER(&conn_used, conn, node) { in net_conn_input() [all …]
|
/Zephyr-latest/drivers/usb_c/vbus/ |
D | usbc_vbus_tcpci.c | 98 #define VBUS_TCPCI_INIT_CFG(node) \ argument 100 .i2c = {I2C_DT_SPEC_GET_ON_I2C(DT_PARENT(node))}, \
|
/Zephyr-latest/samples/drivers/led/is31fl3194/ |
D | README.rst | 16 any board where the devicetree has an I2C device node with compatible 18 controller node also being enabled.
|