Home
last modified time | relevance | path

Searched refs:node (Results 876 – 900 of 1120) sorted by relevance

1...<<31323334353637383940>>...45

/Zephyr-latest/boards/nxp/frdm_mcxn947/
Dfrdm_mcxn947_mcxn947_cpu0.dtsi18 /delete-node/ cpu@1;
/Zephyr-latest/subsys/usb/device_next/
Dusbd_interface.c115 SYS_SLIST_FOR_EACH_CONTAINER(&cfg_nd->class_list, c_nd, node) { in usbd_interface_shutdown()
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_message_handling.c458 obs = SYS_SLIST_CONTAINER(obs_node, obs, node); in lwm2m_engine_context_close()
587 sys_slist_find_and_remove(&msg->ctx->pending_sends, &msg->node); in lwm2m_reset_message()
589 sys_slist_find_and_remove(&msg->ctx->queued_messages, &msg->node); in lwm2m_reset_message()
736 sys_slist_append(&msg->ctx->pending_sends, &msg->node); in lwm2m_send_message_async()
759 sys_slist_append(&msg->ctx->pending_sends, &msg->node); in lwm2m_information_interface_send()
768 sys_slist_append(&msg->ctx->queued_messages, &msg->node); in lwm2m_information_interface_send()
844 SYS_SLIST_FOR_EACH_CONTAINER(engine_obj_list, obj, node) { in lwm2m_register_payload_handler()
864 SYS_SLIST_FOR_EACH_CONTAINER(engine_obj_inst_list, obj_inst, node) { in lwm2m_register_payload_handler()
1929 SYS_SLIST_FOR_EACH_CONTAINER(engine_obj_list, obj, node) { in lwm2m_discover_handler()
1956 SYS_SLIST_FOR_EACH_CONTAINER(engine_obj_inst_list, obj_inst, node) { in lwm2m_discover_handler()
[all …]
/Zephyr-latest/cmake/sca/eclair/ECL/
Dzephyr_common_config.ecl31 -config=MC3R1.R14.3,statements={safe, "node(if_stmt||conditional_operator)&&child(cond,wrapped(node
/Zephyr-latest/boards/nxp/mimxrt1064_evk/
Dmimxrt1064_evk.dts47 * This node describes the GPIO pins of the parallel FPC interface,
60 * This node describes the GPIO pins of the I2C display FPC interface,
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_central.c690 void *node; local
707 node = pdu_tx;
708 LL_ASSERT(IS_PTR_ALIGNED(node, struct node_rx_cc));
711 cc = node;
Dull_llcp_local.c141 sys_slist_append(&conn->llcp.local.pend_proc_list, &ctx->node); in llcp_lr_enqueue()
189 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&conn->llcp.local.pend_proc_list, ctx, tmp, node) { in llcp_lr_peek_proc()
/Zephyr-latest/dts/arm/nuvoton/npcx/
Dnpcx.dtsi49 /** Dummy pinctrl node. It will be initialized with defaults based on the SoC series.
57 /* Dummy node of IOs that have leakage current. The user can override
387 /* I2c Controllers - Do not use them as i2c node directly */
472 /* PS2 Channels - Please use them as PS2 node */
/Zephyr-latest/doc/connectivity/bluetooth/
Dbluetooth-arch.rst114 corresponding device tree node is enabled.
125 disabled, typically by disabling the corresponding device tree node. This is done
126 together with enabling the device tree node for some other HCI driver and making
140 corresponding device tree node is enabled.
/Zephyr-latest/doc/releases/
Dmigration-guide-3.5.rst158 :dtcompatible:`zephyr,kscan-input` node.
179 compatible declaration. You may update an existing sh1106 node to change the
184 property of the devicetree node.
203 ``clocks`` node as it is done for other peripherals, for example, to select
213 * On NXP boards with LPC DMA, the DMA controller node used to have its ``dma-channels`` property
310 corresponding driver were updated to consistently use the node name
375 example :dtcompatible:`arm,gic-v2`, to the GIC node in the device tree.
/Zephyr-latest/subsys/net/lib/dhcpv6/
Ddhcpv6.c2051 SYS_SLIST_FOR_EACH_CONTAINER_SAFE(&dhcpv6_ifaces, current, next, node) { in dhcpv6_timeout()
2080 sys_snode_t *node = NULL; in dhcpv6_iface_event_handler() local
2084 SYS_SLIST_FOR_EACH_NODE(&dhcpv6_ifaces, node) { in dhcpv6_iface_event_handler()
2085 if (node == &iface->config.dhcpv6.node) { in dhcpv6_iface_event_handler()
2090 if (node == NULL) { in dhcpv6_iface_event_handler()
2151 sys_slist_append(&dhcpv6_ifaces, &iface->config.dhcpv6.node); in net_dhcpv6_start()
2192 &iface->config.dhcpv6.node); in net_dhcpv6_stop()
/Zephyr-latest/dts/arm/adi/max32/
Dmax32672.dtsi23 /delete-node/ &clk_iso;
/Zephyr-latest/boards/shields/renesas_us159_da14531evz/doc/
Dindex.rst22 socket and defines the ``pmod_serial`` node label (see :ref:`shields` for
/Zephyr-latest/boards/shields/adafruit_data_logger/doc/
Dindex.rst60 defines node aliases for SPI and GPIO interfaces (see :ref:`shields` for more details).
/Zephyr-latest/samples/boards/st/steval_stwinbx1/sensors/
DREADME.rst4 Read sensor data from the various STWIN SensorTile wireless industrial node sensors.
/Zephyr-latest/boards/infineon/cy8cproto_062_4343w/
Dcy8cproto_062_4343w.dts72 * bt-hci{...} node, cyw43xx driver will use bus/current-speed as
/Zephyr-latest/modules/loramac-node/
DCMakeLists.txt3 set(ZEPHYR_CURRENT_LIBRARY loramac-node)
/Zephyr-latest/subsys/net/lib/shell/
Droute.c34 SYS_SLIST_FOR_EACH_CONTAINER(&entry->nexthop, nexthop_route, node) { in route_cb()
/Zephyr-latest/dts/arm/nxp/
Dnxp_rt118x_cm33.dtsi47 /delete-node/ cpu@1;
Dnxp_rt118x_cm33_ns.dtsi47 /delete-node/ cpu@1;
/Zephyr-latest/boards/nxp/frdm_mcxn236/
Dfrdm_mcxn236.dtsi51 * This node describes the GPIO pins of the LCD-PAR-S035 panel 8080 interface.
/Zephyr-latest/boards/arm/fvp_base_revc_2xaemv8a/
Dfvp_base_revc_2xaemv8a.dts17 * The SRAM node is actually located in the
/Zephyr-latest/include/zephyr/net/
Dnet_if.h205 sys_snode_t node; member
376 sys_snode_t node; member
484 sys_snode_t node; member
1610 sys_snode_t node; member
2709 sys_snode_t node; member
2995 sys_snode_t node; member
/Zephyr-latest/dts/arm/nordic/
Dnrf52805.dtsi120 * This i2c node can be TWI, TWIM, or TWIS,
138 * This spi node can be SPI, SPIM, or SPIS,
Dnrf52810.dtsi124 * This i2c node can be TWI, TWIM, or TWIS,
142 * This spi node can be SPI, SPIM, or SPIS,

1...<<31323334353637383940>>...45